Click or drag to resize

NetworkedBehaviourInvokeClientRpcOnOwnerT1, T2, T3, T4, T5, T6, T7 Method (NetworkedBehaviourAction`7T1, T2, T3, T4, T5, T6, T7, T1, T2, T3, T4, T5, T6, T7)

[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 InvokeClientRpcOnOwner<T1, T2, T3, T4, T5, T6, T7>(
	Action<T1, T2, T3, T4, T5, T6, T7> method,
	T1 t1,
	T2 t2,
	T3 t3,
	T4 t4,
	T5 t5,
	T6 t6,
	T7 t7
)
Request Example View Source

Parameters

method
Type: ActionT1, T2, T3, T4, T5, T6, T7
t1
Type: T1
t2
Type: T2
t3
Type: T3
t4
Type: T4
t5
Type: T5
t6
Type: T6
t7
Type: T7

Type Parameters

T1
T2
T3
T4
T5
T6
T7
See Also