Module query

Module query 

Source
Expand description

Utilities for querying the world.

Structs§

ScriptComponentRegistration
A reference to a component type’s reflection registration.
ScriptQueryBuilder
The query builder is used to build ECS queries which retrieve spefific components filtered by specific conditions.
ScriptQueryResult
A result from a query.
ScriptResourceRegistration
A reference to a resource type’s reflection registration.
ScriptTypeRegistration
A reference to a type which is not a Resource or Component.