Table of Contents

Struct AnimationSequenceState

Namespace
Velvet
Assembly
Velvet.Docs.dll
public readonly struct AnimationSequenceState

Properties

CurrentLabel

The label of the most recently activated AnimationSequenceStep To step, or null before the first one runs.

CurrentTransition

The transition that accompanied CurrentLabel.

IsComplete

True once the cursor has advanced past the last step. Never latches true when loop is set.

StepIndex

Index into the authored steps array of the step currently holding the cursor.