docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method InterpolateUnclamped

    InterpolateUnclamped(Quaternion, Quaternion, float)

    Method to override and adapted to the generic type. This assumes interpolation for that value will not be clamped.

    Declaration
    protected override Quaternion InterpolateUnclamped(Quaternion start, Quaternion end, float time)
    Parameters
    Type Name Description
    Quaternion start

    The start value (min)

    Quaternion end

    The end value (max)

    float time

    The time value used to interpolate between start and end values (pos)

    Returns
    Type Description
    Quaternion

    The interpolated value

    Overrides
    BufferedLinearInterpolator<Quaternion>.InterpolateUnclamped(Quaternion, Quaternion, float)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)