| TransitionLibrary |
[Pro-Only]
A library of Animancer.ITransitions which allows specific
transition combinations to be overridden without needing to be hard coded.
|
| TransitionLibraryAsset |
[Pro-Only]
A UnityEngine.ScriptableObject which serializes a Animancer.TransitionLibraries.TransitionLibraryDefinition
and creates a Animancer.TransitionLibraries.TransitionLibrary from it at runtime.
|
| TransitionLibraryDefinition |
[System.SerializableAttribute]
A library of transitions and other details which can create a Animancer.TransitionLibraries.TransitionLibrary.
|
| TransitionModifierGroup |
An Animancer.ITransition and a dictionary to modify it based on the previous state.
|