docs.unity.cn
    Show / Hide Table of Contents

    Delegate GhostComponentSerializer.PredictDeltaDelegate

    Calculate the prediction delta for components and buffer. Used for delta-compression.

    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023