File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 143
143
//! on entities in order for them to be included in results.
144
144
//! - `without` (optional): An array of fully-qualified type names of components that must *not* be
145
145
//! present on entities in order for them to be included in results.
146
- //! - `strict` (optional): A flag to enable strict mode which will fail if any one of the
147
- //! components is not present or can not be reflected. Defaults to false.
146
+ //! - `strict` (optional): A flag to enable strict mode which will fail if any one of the components
147
+ //! is not present or can not be reflected. Defaults to false.
148
148
//!
149
149
//! `result`: An array, each of which is an object containing:
150
150
//! - `entity`: The ID of a query-matching entity.
You can’t perform that action at this time.
0 commit comments