Enum TimelineClip.ClipExtrapolation | Package Manager UI website
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023