Vixen
02b45cc4
csharp
public readonly record struct PhaseSource

How a set is driven: on its own clock, or off another one.

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

Fields and properties (3)

Methods (4)

  • public PhaseSource(PhaseSourceMode Mode, IPhaseSource? Source = null)

    How a set is driven: on its own clock, or off another one.

  • public static PhaseSource Follow(IPhaseSource source)

    Following another set's fraction.

  • public static PhaseSource FollowFootfall(IPhaseSource source)

    Following another set's contacts.

  • public float Resolve(float own, float ownFootPhase)

    The phase a follower should play at, given its own move's contact.

Used by (2)

  • MoveSetMotionVixen.Animation
  • MoveTransitionTestsVixen.Animation.Tests