Click or drag to resize

NetworkedBehaviourInvokeServerRpc Method (RpcDelegate, 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 InvokeServerRpc(
	RpcDelegate method,
	Stream stream
)
Request Example View Source

Parameters

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