docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BufferedLinearInterpolatorQuaternion

    Solves for incoming values that are jittered Partially solves for message loss. Unclamped lerping helps hide this, but not completely

    Inheritance
    object
    BufferedLinearInterpolator<Quaternion>
    BufferedLinearInterpolatorQuaternion
    Inherited Members
    BufferedLinearInterpolator<Quaternion>.MaximumInterpolationTime
    BufferedLinearInterpolator<Quaternion>.Clear()
    BufferedLinearInterpolator<Quaternion>.ResetTo(Quaternion, double)
    BufferedLinearInterpolator<Quaternion>.Update(float, NetworkTime)
    BufferedLinearInterpolator<Quaternion>.Update(float, double, double)
    BufferedLinearInterpolator<Quaternion>.AddMeasurement(Quaternion, double)
    BufferedLinearInterpolator<Quaternion>.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 BufferedLinearInterpolatorQuaternion : BufferedLinearInterpolator<Quaternion>
    Remarks

    This is a buffered linear interpolator for a Quaternion type value

    Fields

    Name Description
    IsSlerp

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

    Methods

    Name Description
    Interpolate(Quaternion, Quaternion, float)

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

    InterpolateUnclamped(Quaternion, Quaternion, 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)