docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetMaxInterpolationBound

    SetMaxInterpolationBound(float)

    Will set the maximum interpolation boundary for the interpolators of this NetworkTransform instance. This value roughly translates to the maximum value of 't' in Lerp(Vector3, Vector3, float) and Lerp(Quaternion, Quaternion, float) for all transform elements being monitored by NetworkTransform (i.e. Position, Scale, and Rotation)

    Declaration
    public void SetMaxInterpolationBound(float maxInterpolationBound)
    Parameters
    Type Name Description
    float maxInterpolationBound

    Maximum time boundary that can be used in a frame when interpolating between two values

    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)