Class WorkingUserNetworkVariableComponentBase
Used to help track instances of any child derived class
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class WorkingUserNetworkVariableComponentBase : NetworkBehaviour
Methods
OnNetworkDespawn()
Gets called when the Network
Declaration
public override void OnNetworkDespawn()
Overrides
OnNetworkSpawn()
Gets called when the Network
Declaration
public override void OnNetworkSpawn()
Overrides
Reset()
Declaration
public static void Reset()