com.onlineobject.objectnet Namespace

INetworkBehaviorInternal Members

The INetworkBehaviorInternal type exposes the following members.

Methods


  Name Description
Public method ExecuteNetworkProcess
Executes the network process associated with this behavior. This method is intended to handle any network operations that need to be processed.
Public method InternalNetworkAwake
Internal initialization method called when the network object is being set up. This method should prepare the object for network activity.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method Send
Sends data over the network to connected peers.