Summary
The index of the state in the
Animancer.TransitionLibraries.TransitionLibrary
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Samples .Mixers - Containing Type
- SerializablePose
.StateData
Syntax
public byte index
Remarks
This is a
byte
because a library probably won't have more than 256 transitions.
If it does, you would need a ushort
instead.