Enum AnimationPlayableAsset.LoopMode
Whether the source AnimationClip loops during playback.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public enum AnimationPlayableAsset.LoopMode
필드
이름 | 설명 |
---|---|
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. |