Vixen
02b45cc4
csharp
public sealed class TransitionRuleRecord

A transition rule as a file holds it.

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

Fields and properties (7)

  • public List<FacetRecord> From

    Which moves it applies leaving. Empty matches every move.

  • public List<FacetRecord> To

    Which moves it applies entering. Empty matches every move.

  • public float Duration

    How long the crossfade takes, in seconds. Zero is a cut.

  • public BlendEasing Easing

    Its shape.

  • public SyncMode Sync

    How the incoming move's phase is chosen.

  • public bool Allowed

    Whether the transition may happen at all.

  • public List<string> Mask

    Which joints cross over, by name, or empty for all of them.

Methods (1)

Used by (7)

  • LoadPathTestsVixen.Animation.Tests
  • MoveSetContentVixen.Animation
  • TypeRegistrationVixen.Animation
  • Vixen_Animation_Moves_MoveSetContentSerializerVixen.Animation
  • Vixen_Animation_Moves_TransitionRuleRecordSerializerVixen.Animation
  • MoveSetDocumentVixen.Editor.AssetEditors
  • MoveSetTestsVixen.Editor.AssetEditors.Tests