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

Public Member Functions

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

◆ CommonEditorProps()

proto void CommonEditorProps.CommonEditorProps ( 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: