Table of Contents

Class CutsceneFrame

Namespace
S1API.Cutscenes
Assembly
S1API.dll

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

CutsceneCamera

Elapsed

Gets the elapsed playback time in seconds.

public float Elapsed { get; }

Property Value

float

Progress

Gets normalized playback progress in the inclusive range from zero to one.

public float Progress { get; }

Property Value

float

UnscaledDeltaTime

Gets the current frame's unscaled delta time in seconds.

public float UnscaledDeltaTime { get; }

Property Value

float