Click or drag to resize
StaMaRegionHistoryIndex Property
Gets the index of the slot where this Region stores its history in the StateMachine instance.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public int HistoryIndex { get; }

Property Value

Type: Int32
A UInt32 if the Region has a history; otherwise, uint.MaxValue.
See Also