Enum AnimationPlayableAsset.LoopMode
Whether the source AnimationClip loops during playback.
Namespace: UnityEngine.Timeline
Syntax
public enum LoopMode : int
Fields
| Name | Description | Value |
|---|---|---|
| Off | The source AnimationClip does not loop during playback. |
|
| On | The source AnimationClip loops during playback. |
|
| UseSourceAsset | Use the loop time setting from the source AnimationClip. |