Contains a set of updates to the component definition state of an entity.
export interface DefinitionModifier { addedComponentGroups: string[]; removedComponentGroups: string[];} Copy
export interface DefinitionModifier { addedComponentGroups: string[]; removedComponentGroups: string[];}
Retrieves the list of component groups that will be added via this definition modification.
The list of component groups that will be removed via this definition modification.
Contains a set of updates to the component definition state of an entity.
Source