Click or drag to resize

NetworkedBehaviourGetBehaviourId Method

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

Gets behaviourId for this NetworkedBehaviour on this NetworkedObject

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ushort GetBehaviourId()
Request Example View Source

Return Value

Type: UInt16
The behaviourId for the current NetworkedBehaviour
See Also