csharp
public enum WrapModeWhat 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)
ClampStops on the last frame and stays there.
LoopStarts again from the beginning.
PingPongPlays 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