INetworkBehaviorInternal Members
The INetworkBehaviorInternal type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExecuteNetworkProcess |
Executes the network process associated with this behavior.
This method is intended to handle any network operations that need to be processed.
|
|
InternalNetworkAwake |
Internal initialization method called when the network object is being set up.
This method should prepare the object for network activity.
|
|
InternalNetworkFixedUpdate |
Internal fixed update method called at fixed intervals to handle network physics updates.
This method is intended for network operations that need to be synced with the physics engine.
|
|
InternalNetworkLateUpdate |
Internal late update method called after all InternalNetworkUpdate calls.
This method is used for operations that need to be executed after the regular network updates.
|
|
InternalNetworkStart |
Internal start method called when the network object is ready to start network operations.
This is similar to a Start method but specific to network initialization.
|
|
InternalNetworkUpdate |
Internal update method called every frame to handle network updates.
This method is intended for regular updates such as checking network state or messages.
|
|
Send |
Sends data over the network to connected peers.
|