Vixen
02b45cc4
csharp
public sealed class AnimationTransitionData

One transition, as the document holds it.

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

Fields and properties (8)

  • public string To

    The state it goes to, by name.

  • public float Duration

    How long the blend takes, in seconds.

  • public bool HasExitTime

    Whether it waits for a point in the source state's own playback.

  • public float ExitTime

    Which point, in normalised time.

  • public float Offset

    Where the destination starts, in normalised time.

  • public TransitionInterruption Interruption

    What may interrupt it once it has started.

  • public bool CanTransitionToSelf

    Whether a transition whose destination is its source restarts the state.

  • public List<AnimationConditionData> Conditions

    What has to hold for it to be taken.

Used by (9)

  • AnimationGraphCompilerVixen.Editor.AnimationGraph
  • AnimationGraphDocumentVixen.Editor.AssetEditors
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationGraphViewVixen.Editor.AssetEditors
  • AnimationLayerDataVixen.Editor.AnimationGraph
  • AnimationStateDataVixen.Editor.AnimationGraph
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • StateMapViewVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.AnimationGraph