Class RpcTests.RpcTestNB
Inheritance
RpcTests.RpcTestNB
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class RpcTests.RpcTestNB : RpcTests.GenericRpcTestNB<ulong>
Methods
MyClientRpc()
Declaration
[ClientRpc]
public void MyClientRpc()
MyTypedServerRpc(Vector3, Vector3[], FixedString32Bytes)
Declaration
[ServerRpc]
public void MyTypedServerRpc(Vector3 param1, Vector3[] param2, FixedString32Bytes param4)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | param1 | |
Vector3[] | param2 | |
FixedString32Bytes | param4 |
Events
OnClient_Rpc
Declaration
public event Action OnClient_Rpc
Event Type
Type | Description |
---|---|
Action |
OnTypedServer_Rpc
Declaration
public event Action<Vector3, Vector3[], FixedString32Bytes> OnTypedServer_Rpc
Event Type
Type | Description |
---|---|
Action<Vector3, Vector3[], FixedString32Bytes> |