Disables rendering of this mesh.
Verse using statement |
using { /Verse.org/SceneGraph } |
Disable<native><override><experimental>():void
Parameters
Disable
does not take any parameters.
Attributes and Effects
The following attributes determine how Disable
behaves and how you can use it in your programs. For the complete list of attribute and effect specifiers, see the Specifiers Page.
Attribute | Meaning |
---|---|
native |
Indicates that the definition details of the element are implemented in C++. Verse definitions with the native specifier auto-generate C++ definitions that a developer can then fill out its implementation. You can use this specifier on classes, interfaces, enums, methods, and data. |
override |
Indicates that this child class provides a different method implementation than the parent class. |