|
An Attribute for BaseContainer. More...
Public Member Functions | |
| proto void | BaseContainerProps (string category="", string description="", string color="255 0 0 255", bool visible=true, bool insertable=true, bool configRoot=false, string icon="", NamingConvention namingConvention=NamingConvention.NC_MUST_HAVE_GUID) |
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="",) |
An Attribute for BaseContainer.
| proto void BaseContainerProps.BaseContainerProps | ( | string | category = "", |
| string | description = "", | ||
| string | color = "255 0 0 255", | ||
| bool | visible = true, | ||
| bool | insertable = true, | ||
| bool | configRoot = false, | ||
| string | icon = "", | ||
| NamingConvention | namingConvention = NamingConvention.NC_MUST_HAVE_GUID ) |
| 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. |