Click or drag to resize

NetworkedBehaviourInvokeClientRpcOnClient Method (RpcDelegate, UInt32, Stream)

[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(
	RpcDelegate method,
	uint clientId,
	Stream stream
)
Request Example View Source

Parameters

method
Type: MLAPIRpcDelegate
clientId
Type: SystemUInt32
stream
Type: System.IOStream
See Also