Class DefinitionModifierBeta

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

Hierarchy

  • DefinitionModifier

Constructors

Methods

  • Returns string[]

    Remarks

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

  • Returns string[]

    Remarks

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

  • Returns Trigger[]

    Remarks

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

  • Parameters

    • newGroups: string[]

    Returns void

    Remarks

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

  • Parameters

    • removedGroups: string[]

    Returns void

    Remarks

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

  • Parameters

    Returns void

    Remarks

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