Click or drag to resize

NetworkedBehaviourGetBehaviour Method

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

Returns a the NetworkedBehaviour with a given behaviourId for the current networkedObject

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedBehaviour GetBehaviour(
	ushort id
)
Request Example View Source

Parameters

id
Type: SystemUInt16
The behaviourId to return

Return Value

Type: NetworkedBehaviour
Returns NetworkedBehaviour with given behaviourId
See Also