Expand description
Utilities for querying the world.
Structs§
- Script
Component Registration - A reference to a component type’s reflection registration.
- Script
Query Builder - The query builder is used to build ECS queries which retrieve spefific components filtered by specific conditions.
- Script
Query Result - A result from a query.
- Script
Resource Registration - A reference to a resource type’s reflection registration.
- Script
Type Registration - A reference to a type which is not a
ResourceorComponent.