Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.vxShowInInspectorAttribute Class Reference

Properties with this Attribute will be shown in the Sandbox Properties Control. More...

Inheritance diagram for VerticesEngine.vxShowInInspectorAttribute:

Public Member Functions

 vxShowInInspectorAttribute (object category, string description=null, bool isDebugOnly=false)
 Properties with this Attribute will be shown in the Sandbox Properties Control.
 
 vxShowInInspectorAttribute (string label, object category, string description=null, bool isReadOnly=false, bool isDebugOnly=false)
 Properties with this Attribute will be shown in the Sandbox Properties Control.
 

Public Attributes

bool Debug = false
 
bool IsReadOnly = false
 

Properties

string Label [get, set]
 
string Category [get]
 
string Description [get]
 

Detailed Description

Properties with this Attribute will be shown in the Sandbox Properties Control.

Constructor & Destructor Documentation

◆ vxShowInInspectorAttribute() [1/2]

VerticesEngine.vxShowInInspectorAttribute.vxShowInInspectorAttribute ( object category,
string description = null,
bool isDebugOnly = false )

Properties with this Attribute will be shown in the Sandbox Properties Control.

Parameters
categoryThe Category for this Property
descriptionDescription for this property
isDebugOnlyShould this Property only be added when the engine is in debug mode

◆ vxShowInInspectorAttribute() [2/2]

VerticesEngine.vxShowInInspectorAttribute.vxShowInInspectorAttribute ( string label,
object category,
string description = null,
bool isReadOnly = false,
bool isDebugOnly = false )

Properties with this Attribute will be shown in the Sandbox Properties Control.

Parameters
labelLabel for this Property
categoryThe Category for this Property
descriptionDescription for this property
isReadOnlyIs this property readonly?
isDebugOnlyShould this Property only be added when the engine is in debug mode

The documentation for this class was generated from the following file: