moved code for applying properties to MaterialAssignment

added lambdas for queuing and updating assets

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-09-24 13:03:44 -05:00
parent ebcf3723f9
commit b0ea4ac389
4 changed files with 78 additions and 82 deletions
@@ -125,7 +125,7 @@ namespace AZ
EntityId m_entityId;
MaterialComponentConfig m_configuration;
AZStd::unordered_set<MaterialAssignmentId> m_queuedPropertyOverrides;
AZStd::unordered_set<MaterialAssignmentId> m_materialsWithDirtyProperties;
bool m_queuedMaterialUpdateNotification = false;
};
} // namespace Render