Skip to main content

Interface: DefinitionModifier

Contains a set of updates to the component definition state of an entity.

Properties

addedComponentGroups

addedComponentGroups: string[]

Remarks

Retrieves the list of component groups that will be added via this definition modification.


removedComponentGroups

removedComponentGroups: string[]

Remarks

The list of component groups that will be removed via this definition modification.


triggers

Beta

triggers: Trigger[]

Remarks

The list of entity definition events that will be fired via this update.