Back to API Reference
Struct

StylePresetChange

sealed

Describes one exact structural or nested state transition in a style preset.

public StateChangeKind Kind{ get }

Gets the scalar or collection operation that committed.

public Style Style{ get }

Gets the affected authored style when one is identifiable.

public BaseModifier Modifier{ get }

Gets the affected modifier node when the transition originated in a modifier graph.

public RangeSource RangeSource{ get }

Gets the affected range source when the transition originated in a source graph.

public UniTextDirty Flags{ get }

Gets the modifier-owned consequence for a runtime modifier parameter.

public IStateMemberReplay StateSource{ get }

Gets the replayable node that owns Member, when scalar replay is available.

public StateMember Member{ get }

Gets the exact generated member token for a nested scalar transition.

public bool Structural{ get }

Gets whether topology, registration, or source resolution changed.

public int Index{ get }

Gets the affected source index, or -1 when no collection index applies.

public int DestinationIndex{ get }

Gets the destination index of a move, or -1 for other operations.