Class DeferredMessageTestNetworkVariableComponent
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class DeferredMessageTestNetworkVariableComponent : NetworkBehaviour
Fields
ClientInstances
Declaration
public static readonly List<ulong> ClientInstances
Field Value
TestNetworkVariable
Declaration
public NetworkVariable<int> TestNetworkVariable
Field Value
Type | Description |
---|---|
Network |
Methods
Awake()
Declaration
public void Awake()
OnNetworkSpawn()
Gets called when the Network
Declaration
public override void OnNetworkSpawn()