Encapsulates a series of ComponentModeBuilders with a single Entity. More...
#include <EditorComponentModeBus.h>
Public Member Functions | |
| EntityAndComponentModeBuilders (const AZ::EntityId entityId, const AZStd::vector< ComponentModeBuilder > &componentModeBuilders) | |
| Constructor to bind an EntityId to a number of ComponentModeBuilders. | |
| EntityAndComponentModeBuilders (const AZ::EntityId entityId, const ComponentModeBuilder &componentModeBuilder) | |
| Constructor to bind an EntityId to a single ComponentModeBuilder. | |
Public Attributes | |
| AZ::EntityId | m_entityId |
| The Entity Id associated with this ComponentModeBuilders(s). | |
| AZStd::vector< ComponentModeBuilder > | m_componentModeBuilders |
| All ComponentModeBuilders that can create modes for this Entity. | |
Encapsulates a series of ComponentModeBuilders with a single Entity.