csharp
public enum SyncModeHow the incoming move's phase is chosen when a transition starts.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
NoneIt starts where it starts. Right for a gesture, wrong for a cycle.
PhaseIt continues the outgoing move's fraction, so a cycle carries across the change.
ClosestFootIts nearest footfall is aligned to the outgoing move's, so contacts line up rather than fractions.
Used by (7)
- MoveSetMotionVixen.Animation
- MoveTransitionTestsVixen.Animation.Tests
- TransitionRuleRecordVixen.Animation
- TransitionSpecVixen.Animation
- TypeRegistrationVixen.Animation
- Vixen_Animation_Moves_TransitionRuleRecordSerializerVixen.Animation
- MoveSetImporterTestsVixen.Editor.Assets.Tests