Enfusion Script API
|
Property annotation attribute. More...
Public Member Functions | |
void | RplProp (RplGroup group=RplGroup.Mandatory, string onRplName="", ScriptCtx ctx=NULL, RplCondition condition=RplCondition.None, string customConditionName="") |
Public Attributes | |
RplGroup | m_Group |
RplCondition | m_Condition |
string | m_CustomCondName |
string | m_OnRplName |
ScriptCtx | m_pCtx |
Property annotation attribute.
Use to enable property replication on Entities and components.
void RplProp.RplProp | ( | RplGroup | group = RplGroup::Mandatory, |
string | onRplName = "", | ||
ScriptCtx | ctx = NULL, | ||
RplCondition | condition = RplCondition::None, | ||
string | customConditionName = "" ) |
RplCondition RplProp.m_Condition |
string RplProp.m_CustomCondName |
RplGroup RplProp.m_Group |
string RplProp.m_OnRplName |
ScriptCtx RplProp.m_pCtx |