Share via


FrameTime Enum

Definition

Choose the predicted display time of a frame in pipelined rendering.

public enum FrameTime
type FrameTime = 
Public Enum FrameTime
Inheritance
FrameTime

Fields

OnBeforeRender 1

The time in render thread using current frame's predicted time.

OnUpdate 0

The time in update thread using previous frame's predicted time + duration.

Applies to