| 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.ScriptableObjectwhich serializes aAnimancer.TransitionLibraries.TransitionLibraryDefinitionand creates aAnimancer.TransitionLibraries.TransitionLibraryfrom it at runtime. | 
							
								| TransitionLibraryDefinition | [ System.SerializableAttribute]
    A library of transitions and other details which can create aAnimancer.TransitionLibraries.TransitionLibrary. | 
							
								| TransitionModifierGroup | An Animancer.ITransitionand a dictionary to modify it based on the previous state. |