pyecs.querying#
- class pyecs.querying.Query[source]#
-
- execute(storage_or_world)[source]#
Execute the query on either a ComponentStorage or ECSWorld instance.
- Return type:
list
[pyecs.common.Types.Entity]- Parameters:
storage_or_world (ComponentStorage | ECSWorld)
Modules
|