AnimancerPlayable.

CommandCount Property

Summary

The number of times the Animancer.AnimancerLayer.CurrentState has changed on layer 0. By storing this value and later comparing the stored value to the current value, you can determine whether the state has been changed since then, even it has changed back to the same state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable

Syntax

public int CommandCount { get; }

Value

Type Description
int