Vixen
02b45cc4
csharp
public enum AnimationParameterType

What a parameter holds.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • Float

    A number. What blend trees read and what most conditions compare.

  • Int

    A whole number, for a discrete choice a float would blur.

  • Bool

    A flag that stays as it is set.

  • Trigger

    A flag that is cleared by the transition that consumed it, or by the end of the frame.

  • Symbol

    An 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