Class CutsceneFrame
Supplies timing and camera state to a cutscene's per-frame update callback.
public sealed class CutsceneFrame
- Inheritance
-
CutsceneFrame
- Inherited Members
- Extension Methods
Properties
Camera
Gets the managed camera-control surface for the active cutscene.
public CutsceneCamera Camera { get; }
Property Value
Elapsed
Gets the elapsed playback time in seconds.
public float Elapsed { get; }
Property Value
Progress
Gets normalized playback progress in the inclusive range from zero to one.
public float Progress { get; }
Property Value
UnscaledDeltaTime
Gets the current frame's unscaled delta time in seconds.
public float UnscaledDeltaTime { get; }