com.onlineobject.objectnet Namespace

ScriptStatus Constructor

Constructor for the ScriptStatus class.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public ScriptStatus(

	MonoBehaviour script,

	bool scriptEnabled

)

Parameters

script
Type: MonoBehaviour
The MonoBehaviour script associated with this status.
scriptEnabled
Type: Boolean
Initial enabled state of the script. Defaults to false.