Vixen
02b45cc4
csharp
public sealed class ClipMotion

One clip, played straight: the leaf every blend tree is built out of.

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

Remarks

A wrapper and not the clip itself, because a clip is shared content and the things that make it a motion — how fast it plays, whether it is additive, what it is measured against — belong to the place it is used. The same walk cycle appears in a locomotion tree at speed one and in a limp at speed 0.7, and there is one clip.

Fields and properties (4)

  • public AnimationClip Clip

    The clip being played.

  • public float Speed

    How fast it plays relative to how it was authored.

  • public bool IsAdditive

    Whether it produces a difference rather than a pose.

  • public ConstraintTrack? Constraints

    The constraints this use of the clip carries, overriding the clip's own.

Methods (3)

Used by (14)

  • MoveSelectionBenchmarksVixen.Benchmarks.Animation
  • RigsVixen.Benchmarks.Animation
  • AnimatorTestsVixen.Animation.Tests
  • AuthoringTestsVixen.Animation.Tests
  • BlendTreeTestsVixen.Animation.Tests
  • ConstraintStageTestsVixen.Animation.Tests
  • ConstraintTestsVixen.Animation.Tests
  • EcsIntegrationTestsVixen.Animation.Tests
  • LoadPathTestsVixen.Animation.Tests
  • MoveSetCacheVixen.Animation
  • MoveSetTestsVixen.Animation.Tests
  • MoveTransitionTestsVixen.Animation.Tests
  • StateMachineTestsVixen.Animation.Tests
  • AnimationGraphCompilerVixen.Editor.AnimationGraph