Attribute for setting any enum property as custom title with an aditional varriable.
More...
Attribute for setting any enum property as custom title with an aditional varriable.
Do note to set the defaultValue to what ever the attribute default value is
class TestConfigClass
{
[Attribute()]
[Attribute("2")]
protected int m_iValue;
}
EEditorMode
Definition EEditorMode.c:6
◆ BaseContainerCustomEnumWithValue()
| void BaseContainerCustomEnumWithValue.BaseContainerCustomEnumWithValue |
( |
TypeName | enumType, |
|
|
string | enumName, |
|
|
string | valueName, |
|
|
string | defaultValue, |
|
|
string | format = "%1: %2" ) |
◆ _WB_GetCustomTitle()
| override bool BaseContainerCustomEnumWithValue._WB_GetCustomTitle |
( |
BaseContainer | source, |
|
|
out string | title ) |
◆ m_EnumType
| TypeName BaseContainerCustomEnumWithValue.m_EnumType |
|
protected |
◆ m_sDefaultValue
| string BaseContainerCustomEnumWithValue.m_sDefaultValue |
|
protected |
◆ m_sEnumName
| string BaseContainerCustomEnumWithValue.m_sEnumName |
|
protected |
◆ m_sFormat
| string BaseContainerCustomEnumWithValue.m_sFormat |
|
protected |
◆ m_sValueName
| string BaseContainerCustomEnumWithValue.m_sValueName |
|
protected |
The documentation for this interface was generated from the following file: