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