docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BufferedLinearInterpolatorVector3

    Inheritance
    object
    BufferedLinearInterpolator<Vector3>
    BufferedLinearInterpolatorVector3
    Inherited Members
    BufferedLinearInterpolator<Vector3>.MaximumInterpolationTime
    BufferedLinearInterpolator<Vector3>.Clear()
    BufferedLinearInterpolator<Vector3>.ResetTo(Vector3, double)
    BufferedLinearInterpolator<Vector3>.Update(float, NetworkTime)
    BufferedLinearInterpolator<Vector3>.Update(float, double, double)
    BufferedLinearInterpolator<Vector3>.AddMeasurement(Vector3, double)
    BufferedLinearInterpolator<Vector3>.GetInterpolatedValue()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Netcode
    Assembly: solution.dll
    Syntax
    public class BufferedLinearInterpolatorVector3 : BufferedLinearInterpolator<Vector3>

    Fields

    Name Description
    IsSlerp

    Use Slerp(Vector3, Vector3, float) when true. Use Lerp(Vector3, Vector3, float) when false

    Methods

    Name Description
    Interpolate(Vector3, Vector3, float)

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

    InterpolateUnclamped(Vector3, Vector3, float)

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

    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)