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 |