docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum LocalDeferMode

    Specifies how RPC messages should be handled in terms of local execution timing

    Namespace: Unity.Netcode
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public enum LocalDeferMode

    Fields

    Name Description
    Default

    Uses the default behavior for RPC message handling

    Defer

    Defers the local execution of the RPC until the next network tick

    SendImmediate

    Executes the RPC immediately on the local client without waiting for network synchronization

    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)