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()
Invoked on both the server and the local client of the owner when Network
Declaration
public override void OnGainedOwnership()
Overrides
OnLostOwnership()
Invoked on the local client when it loses ownership of the associated Network
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()