Property TicksCount
TicksCount
Gets the total number of ticks (iterations) that the tree has executed. This counter is reset each time the tree is disabled for any reason.
Declaration
long TicksCount { get; }
Property Value
Type | Description |
---|---|
long | The total number of ticks that the tree has executed. |