Vixen
02b45cc4
csharp
public enum SyncMode

How 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)

  • None

    It starts where it starts. Right for a gesture, wrong for a cycle.

  • Phase

    It continues the outgoing move's fraction, so a cycle carries across the change.

  • ClosestFoot

    Its 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