NetworkBehaviour..::..OnSpawned Method
Called when the network object is spawned. Invokes the corresponding method
and triggers the network start event for passive execution.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public virtual void OnSpawned( NetworkObject networkObject )
Parameters
- networkObject
- Type: com.onlineobject.objectnet..::..NetworkObject
The network object that has been spawned.