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

    Enum TimelineClip.ClipExtrapolation

    How the clip handles time outside its start and end range.

    Namespace: UnityEngine.Timeline
    Syntax
    public enum ClipExtrapolation

    Fields

    Name Description
    Continue

    Time values are passed in without modification, extending beyond the clips range

    Hold

    Hold the time at the end value of the clip.

    Loop

    Repeat time values outside the start/end range.

    None

    No extrapolation is applied.

    PingPong

    Repeat time values outside the start/end range, reversing direction at each loop

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX