NetworkBehaviour..::..OnDespawned Method
Called when the network object is despawned. Invokes the corresponding method.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public virtual void OnDespawned( NetworkObject networkObject )
Parameters
- networkObject
- Type: com.onlineobject.objectnet..::..NetworkObject
The network object that has been despawned.