Vixen
02b45cc4
csharp
public enum WrapMode

What happens when a clip's time runs past its end.

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

Fields and properties (3)

  • Clamp

    Stops on the last frame and stays there.

  • Loop

    Starts again from the beginning.

  • PingPong

    Plays backwards to the beginning, then forwards again.

Used by (13)

  • AnimationClipVixen.Animation
  • AnimationClipContentVixen.Animation
  • AnimationClipTestsVixen.Animation.Tests
  • AnimationStateVixen.Animation
  • StateMachineTestsVixen.Animation.Tests
  • TypeRegistrationVixen.Animation
  • Vixen_Animation_AnimationClipContentSerializerVixen.Animation
  • AnimationClipAssetVixen.Editor.Assets
  • AnimationClipDocumentVixen.Editor.AssetEditors
  • AnimationClipImporterTestsVixen.Editor.Assets.Tests
  • AnimationClipViewVixen.Editor.AssetEditors
  • AnimationGraphTestsVixen.Editor.AnimationGraph.Tests
  • AnimationStateDataVixen.Editor.AnimationGraph