An Attribute for BaseContainer.
More...
|
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) |
|
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.
class MyObject
{
bool Prop1;
int Prop2;
string Prop3;
}
class MyObjectSpecial: MyObject
{
float Prop4;
ref MyObject Prop5;
}
{
ref MyObject m_singleObject;
};
Definition attributes.c:259
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)
Definition attributes.c:386
Base entity class.
Definition GenericEntity.c:16
◆ BaseContainerProps()
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 ) |
◆ m_NamingConvention
NamingConvention BaseContainerProps.m_NamingConvention |
The documentation for this interface was generated from the following file: