Enum AnimationPlayableAsset.LoopMode
Whether the source AnimationClip loops during playback.
Namespace: UnityEngine.Timeline
Assembly: Unity.Timeline.dll
Syntax
public enum AnimationPlayableAsset.LoopMode
Fields
Name | Description |
---|---|
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. |