Delegate GhostComponentSerializer.PredictDeltaDelegate | Unity NetCode | 0.6.0-preview.7
docs.unity.cn
    Show / Hide Table of Contents

    Delegate GhostComponentSerializer.PredictDeltaDelegate

    Namespace: Unity.NetCode.LowLevel.Unsafe
    Syntax
    public delegate void PredictDeltaDelegate(IntPtr snapshotData, IntPtr baseline1Data, IntPtr baseline2Data, ref GhostDeltaPredictor predictor);
    Parameters
    Type Name Description
    IntPtr snapshotData
    IntPtr baseline1Data
    IntPtr baseline2Data
    GhostDeltaPredictor predictor
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021