MLAPI API Reference
MLAPI API Reference
MLAPI.MonoBehaviours.Core
NetworkedBehaviour Class
NetworkedBehaviour Methods
DeregisterMessageHandler Method
GetNetworkedObject Method
NetworkStart Method
OnGainedOwnership Method
OnLostOwnership Method
RegisterMessageHandler Method
SendToClient Method
SendToClients Method
SendToClientsTarget Method
SendToClientTarget Method
SendToLocalClient Method
SendToLocalClientTarget Method
SendToNonLocalClients Method
SendToNonLocalClientsTarget Method
SendToServer Method
SendToServerTarget Method
NetworkedBehaviour
OnLostOwnership Method
[This is preliminary documentation and is subject to change.]
Gets called when we loose ownership of this object
Namespace:
MLAPI.MonoBehaviours.Core
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
virtual
void
OnLostOwnership
()
Request Example
View Source
See Also
Reference
NetworkedBehaviour Class
MLAPI.MonoBehaviours.Core Namespace