Click or drag to resize

NetworkedBehaviourInvokeClientRpcOnOwnerT1 Method (NetworkedBehaviourAction`1T1, T1)

[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>(
	Action<T1> method,
	T1 t1
)
Request Example View Source

Parameters

method
Type: ActionT1
t1
Type: T1

Type Parameters

T1
See Also