QueryEntity property
QueryEntities<T, Scene<T> >
get
QueryEntity
Returns a fresh QueryEntity scoped to this scene.
Entry point for the Query-like DSL.
Implementation
QueryEntities<T, Scene<T>> get QueryEntity => .new(app, self);