Attribute to use a variable and additional variable.
More...
Attribute to use a variable and additional variable.
class TestConfigClass
{
[Attribute()]
protected ResourceName m_sPrefab;
[Attribute()]
protected int m_iTestValue;
};
Attribute to use a ResourceName filename.
Definition Attributes.c:219
◆ SCR_BaseContainerTitleFieldWithValue()
void SCR_BaseContainerTitleFieldWithValue.SCR_BaseContainerTitleFieldWithValue |
( |
string | propertyName, |
|
|
string | secondaryPropertyName, |
|
|
string | format = "%1: %2", |
|
|
string | fallbackSecondaryProperty = "" ) |
◆ _WB_GetCustomTitle()
override bool SCR_BaseContainerTitleFieldWithValue._WB_GetCustomTitle |
( |
BaseContainer | source, |
|
|
out string | title ) |
◆ m_sFallbackSecondaryProperty
string SCR_BaseContainerTitleFieldWithValue.m_sFallbackSecondaryProperty |
|
protected |
◆ m_sFormat
string SCR_BaseContainerTitleFieldWithValue.m_sFormat |
|
protected |
◆ m_sPropertyName
string SCR_BaseContainerTitleFieldWithValue.m_sPropertyName |
|
protected |
◆ m_sSecondaryPropertyName
string SCR_BaseContainerTitleFieldWithValue.m_sSecondaryPropertyName |
|
protected |
The documentation for this interface was generated from the following file: