Click or drag to resize

NetworkedBehaviourInvokeClientRpcT1, T2, T3 Method (String, ListUInt32, T1, T2, T3)

[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 InvokeClientRpc<T1, T2, T3>(
	string methodName,
	List<uint> clientIds,
	T1 t1,
	T2 t2,
	T3 t3
)
Request Example View Source

Parameters

methodName
Type: SystemString
clientIds
Type: System.Collections.GenericListUInt32
t1
Type: T1
t2
Type: T2
t3
Type: T3

Type Parameters

T1
T2
T3
See Also