Click or drag to resize

TimedStateTrackerTStateDataIsActive Property

Gets a value indicating whether this tracker is active, that is, whether any state has been started that has not been stopped.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsActive { get; }

Property Value

Type: Boolean
true if this tracker is active; otherwise, false.
See Also