Click or drag to resize

NetworkedBehaviourNetworkStart Method (Stream)

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

Gets called when message handlers are ready to be registered and the networking is setup. Provides a Payload if it was provided

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void NetworkStart(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream containing the spawn payload
See Also