Click or drag to resize

NetworkedVarTSetNetworkedBehaviour Method

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

Sets NetworkedBehaviour the container belongs to.

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetNetworkedBehaviour(
	NetworkedBehaviour behaviour
)
Request Example View Source

Parameters

behaviour
Type: MLAPINetworkedBehaviour
The behaviour the container behaves to

Implements

INetworkedVarSetNetworkedBehaviour(NetworkedBehaviour)
See Also