docs.unity3d.com
    Show / Hide Table of Contents

    Struct GhostDeltaPredictor

    Namespace: Unity.NetCode
    Syntax
    public struct GhostDeltaPredictor

    Constructors

    GhostDeltaPredictor(UInt32, UInt32, UInt32, UInt32)

    Declaration
    public GhostDeltaPredictor(uint tick, uint baseline0, uint baseline1, uint baseline2)
    Parameters
    Type Name Description
    UInt32 tick
    UInt32 baseline0
    UInt32 baseline1
    UInt32 baseline2

    Methods

    PredictInt(Int32, Int32, Int32)

    Declaration
    public int PredictInt(int baseline0, int baseline1, int baseline2)
    Parameters
    Type Name Description
    Int32 baseline0
    Int32 baseline1
    Int32 baseline2
    Returns
    Type Description
    Int32

    PredictLong(Int64, Int64, Int64)

    Declaration
    public long PredictLong(long baseline0, long baseline1, long baseline2)
    Parameters
    Type Name Description
    Int64 baseline0
    Int64 baseline1
    Int64 baseline2
    Returns
    Type Description
    Int64
    Back to top
    Terms of use
    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