Summary
The index of the state in the
Animancer.TransitionLibraries.TransitionLibrary.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Examples .TransitionLibraries - Containing Type
- SerializablePose
.StateData
Syntax
[SerializeField]
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 short or int instead.
Attributes
| Type | Description |
|---|---|
| SerializeField |