csharp
public sealed class AnimationTransitionDataOne 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 ToThe state it goes to, by name.
public float DurationHow long the blend takes, in seconds.
public bool HasExitTimeWhether it waits for a point in the source state's own playback.
public float ExitTimeWhich point, in normalised time.
public float OffsetWhere the destination starts, in normalised time.
public TransitionInterruption InterruptionWhat may interrupt it once it has started.
public bool CanTransitionToSelfWhether a transition whose destination is its source restarts the state.
public List<AnimationConditionData> ConditionsWhat 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