csharp
public enum AnimationParameterTypeWhat a parameter holds.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
FloatA number. What blend trees read and what most conditions compare.
IntA whole number, for a discrete choice a float would blur.
BoolA flag that stays as it is set.
TriggerA flag that is cleared by the transition that consumed it, or by the end of the frame.
SymbolAn interned word — a surface, a stance, a condition.
Used by (11)
- AnimationConditionVixen.Animation
- AnimationParametersVixen.Animation
- BlendTree1DVixen.Animation
- BlendTree2DVixen.Animation
- NetworkAnimatorTestsVixen.Net.Animation.Tests
- AnimationGraphCompilerVixen.Editor.AnimationGraph
- AnimationGraphDocumentVixen.Editor.AssetEditors
- AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
- AnimationGraphViewVixen.Editor.AssetEditors
- AnimationParameterDataVixen.Editor.AnimationGraph
- TypeRegistrationVixen.Editor.AnimationGraph