wima
    Preparing search index...

    Class World

    Index

    Constructors

    Methods

    • Type Parameters

      • T extends {}[]

      Parameters

      • entities: [...T[]][]

      Returns void

    • Removes an entity from the registry. Note that this doesn't destroy the entity, only removes it and its components from the manager. To destroy the entity,use Entity.destroy() method.

      Parameters

      Returns void