Click or drag to resize

NetworkedBehaviourInvokeClientRpc Method

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

[Missing <summary> documentation for "M:MLAPI.MonoBehaviours.Core.NetworkedBehaviour.InvokeClientRpc(System.String,System.Object[])"]

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void InvokeClientRpc(
	string methodName,
	params Object[] methodParams
)
Request Example View Source

Parameters

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:MLAPI.MonoBehaviours.Core.NetworkedBehaviour.InvokeClientRpc(System.String,System.Object[])"]

methodParams
Type: SystemObject

[Missing <param name="methodParams"/> documentation for "M:MLAPI.MonoBehaviours.Core.NetworkedBehaviour.InvokeClientRpc(System.String,System.Object[])"]

See Also