Class ObjectNameIdentifier
Inherited Members
Namespace: Unity.Netcode.TestHelpers .Runtime
Assembly: Unity.Netcode.TestHelpers.Runtime.dll
Syntax
public class ObjectNameIdentifier : NetworkBehaviour
Methods
DeRegisterNetworkObject()
Declaration
protected void DeRegisterNetworkObject()
OnDestroy()
Invoked when the Game
Declaration
public override void OnDestroy()
Overrides
OnGainedOwnership()
Gets called when the local client gains ownership of this object
Declaration
public override void OnGainedOwnership()
Overrides
OnLostOwnership()
Gets called when we loose ownership of this object
Declaration
public override void OnLostOwnership()
Overrides
OnNetworkDespawn()
Gets called when the Network
Declaration
public override void OnNetworkDespawn()
Overrides
OnNetworkSpawn()
Gets called when the Network
Declaration
public override void OnNetworkSpawn()
Overrides
RegisterAndLabelNetworkObject()
Declaration
protected void RegisterAndLabelNetworkObject()