Struct GhostDeltaPredictor | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX