|
| proto void | ComponentEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="",) |
| |
| proto void | CommonEditorProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="",) |
| |
◆ 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
-
| category | Typically a "folder/item" path for placing the type into a tree view, e.g., "StaticEntities/Walls". |
| description | A description of the type's usage. |
| color | Color of an entity visualizer shape outline |
| visible | Indicates whether the entity visualizer is visible when not selected. |
| insertable | Indicates whether the type is available for insertion from the tree view. |
| configRoot | Indicates whether the type can be used as the root object of a config file (.conf). |
| icon | A path to an icon file for better visualization in a tree view. |
The documentation for this interface was generated from the following file:
- Core/generated/Attributes/ComponentEditorProps.c