csharp
public sealed class TransitionRuleRecordA 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> FromWhich moves it applies leaving. Empty matches every move.
public List<FacetRecord> ToWhich moves it applies entering. Empty matches every move.
public float DurationHow long the crossfade takes, in seconds. Zero is a cut.
public BlendEasing EasingIts shape.
public SyncMode SyncHow the incoming move's phase is chosen.
public bool AllowedWhether the transition may happen at all.
public List<string> MaskWhich joints cross over, by name, or empty for all of them.
Methods (1)
public TransitionRule Bake(Skeleton? skeleton = null)What the runtime reads.
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