enabled( )
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enabled() : true;
Gets the value of enabled for the node.
Disabled nodes do not emit pointer events but are still rendered.
Default value: true
Returns
Section titled “Returns”The value of enabled for this node.
Example
Section titled “Example”var c = myobject.enabled();// c is true