Click or drag to resize

NetworkedBehaviourInvokeClientRpcOnClientT1, T2 Method (String, UInt32, T1, T2)

[This is preliminary documentation and is subject to change.]

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void InvokeClientRpcOnClient<T1, T2>(
	string methodName,
	uint clientId,
	T1 t1,
	T2 t2
)
Request Example View Source

Parameters

methodName
Type: SystemString
clientId
Type: SystemUInt32
t1
Type: T1
t2
Type: T2

Type Parameters

T1
T2
See Also