docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate GhostComponentSerializer.RestoreFromBackupDelegate

    Delegate method used to restore the state of a replicated component from the GhostPredictionHistoryState buffer. Because the history buffer perform a memory copy of the whole component data, it is necessary to call this method to ensure only the replicated portion of the component is actually restored.

    Namespace: Unity.NetCode.LowLevel.Unsafe
    Assembly: Unity.NetCode.dll
    Syntax
    public delegate void GhostComponentSerializer.RestoreFromBackupDelegate(IntPtr componentData, IntPtr backupData)
    Parameters
    Type Name Description
    IntPtr componentData

    Component data

    IntPtr backupData

    Backup data

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)