|
|
|
@ -578,6 +578,14 @@ namespace
|
|
|
|
categoryPath.append(displayName.c_str());
|
|
|
|
categoryPath.append(displayName.c_str());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (auto property : behaviorClass->m_properties)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if (property.second->m_setter)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
RegisterMethod(nodePaletteModel, behaviorContext, categoryPath, behaviorClass, property.first, *property.second->m_setter, behaviorClass->IsMethodOverloaded(property.first));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
for (auto methodIter : behaviorClass->m_methods)
|
|
|
|
for (auto methodIter : behaviorClass->m_methods)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (!IsExplicitOverload(*methodIter.second))
|
|
|
|
if (!IsExplicitOverload(*methodIter.second))
|
|
|
|
|