Enum AnimationPlayableAsset.LoopMode | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Enum AnimationPlayableAsset.LoopMode

    Whether the source AnimationClip loops during playback.

    Namespace: UnityEngine.Timeline
    Syntax
    public enum 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.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX