Class NetworkBehaviourOnSynchronizeComponent
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkBehaviourOnSynchronizeComponent : NetworkBehaviour
Fields
Name | Description |
---|---|
Custom |
Methods
Name | Description |
---|---|
On |
Gets called when the Network |
On |
Override this method if your derived NetworkBehaviour requires custom synchronization data.
Note: Use of this method is only for the initial client synchronization of NetworkBehaviours
and will increase the payload size for client synchronization and dynamically spawned
Network |