docs.unity.cn
    Show / Hide Table of Contents

    Delegate GhostPredictionSmoothing.SmoothingActionDelegate

    All the smoothing action must have this signature. The smoothing actions must also be burst compatible.

    Namespace: Unity.NetCode
    Syntax
    public delegate void SmoothingActionDelegate(IntPtr currentData, IntPtr previousData, IntPtr userData);
    Parameters
    Type Name Description
    IntPtr currentData
    IntPtr previousData
    IntPtr userData
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023