public class MonoBehaviourWrapper : ComponentWrapper

A scripted behaviour component.


public bool IsBehaviourEnabled()

(Client) Check if this behaviour is enabled (whether it can be updated every frame).

Returns: (bool) Whether this behaviour is enabled


public virtual void SetBehaviourEnabled(bool enabled)

(Client) Set whether this behaviour is enabled (updated every frame).

Arguments