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 : 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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 21, 2021