EntityEvent is the event that is returned via WatchEntities to signify entity registration changes and updates.

interface RegistryEntityEvent {
    entity: Entity;
    is_registration: boolean;
}

Properties

entity: Entity
is_registration: boolean