Class DeferredMessageTestRpcComponent
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class DeferredMessageTestRpcComponent : NetworkBehaviour
Fields
ClientInstances
Declaration
public static readonly List<ulong> ClientInstances
Field Value
ClientRpcCalled
Declaration
public bool ClientRpcCalled
Field Value
Type | Description |
---|---|
bool |
Methods
OnNetworkSpawn()
Gets called when the Network
Declaration
public override void OnNetworkSpawn()
Overrides
SendTestClientRpc()
Declaration
[ClientRpc]
public void SendTestClientRpc()