csharp
public readonly record struct PhaseSourceHow 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)
public PhaseSourceMode ModeWhich of the three.
public IPhaseSource? SourceWhat it follows, or for Own.
public static PhaseSource OwnFree-running.
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