We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bevy/query
strict
1 parent deba691 commit 4b5df0fCopy full SHA for 4b5df0f
crates/bevy_remote/src/lib.rs
@@ -143,8 +143,8 @@
143
//! on entities in order for them to be included in results.
144
//! - `without` (optional): An array of fully-qualified type names of components that must *not* be
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.
+//! - `strict` (optional): A flag to enable strict mode which will fail if any one of the components
+//! is not present or can not be reflected. Defaults to false.
148
//!
149
//! `result`: An array, each of which is an object containing:
150
//! - `entity`: The ID of a query-matching entity.
0 commit comments