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

Name Value Description
OnUpdate 0

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

OnBeforeRender 1

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

Applies to