FrameTime Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |