Loading...
Searching...
No Matches
ComponentEditorProps Interface Reference
Inheritance diagram for ComponentEditorProps:
CommonEditorProps UniqueAttribute

Public Member Functions

proto void ComponentEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="",)
 
- Public Member Functions inherited from CommonEditorProps
proto void CommonEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="",)
 

Constructor & Destructor Documentation

◆ ComponentEditorProps()

proto void ComponentEditorProps.ComponentEditorProps ( string category = "",
string description = "",
string color = "255 0 0 255",
bool visible = true,
bool insertable = true,
bool configRoot = false,
string icon = "" )
Parameters
categoryTypically a "folder/item" path for placing the type into a tree view, e.g., "StaticEntities/Walls".
descriptionA description of the type's usage.
colorColor of an entity visualizer shape outline
visibleIndicates whether the entity visualizer is visible when not selected.
insertableIndicates whether the type is available for insertion from the tree view.
configRootIndicates whether the type can be used as the root object of a config file (.conf).
iconA path to an icon file for better visualization in a tree view.

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