parent
ec611976ef
commit
276d6e8014
@ -202,7 +202,7 @@ use core::{
|
|||||||
/// ## Whole Entity Access
|
/// ## Whole Entity Access
|
||||||
///
|
///
|
||||||
/// [`EntityRef`]s can be fetched from a query. This will give read-only access to any component on the entity,
|
/// [`EntityRef`]s can be fetched from a query. This will give read-only access to any component on the entity,
|
||||||
/// and can be use to dynamically fetch any component without baking it into the query type. Due to this global
|
/// and can be used to dynamically fetch any component without baking it into the query type. Due to this global
|
||||||
/// access to the entity, this will block any other system from parallelizing with it. As such these queries
|
/// access to the entity, this will block any other system from parallelizing with it. As such these queries
|
||||||
/// should be sparingly used.
|
/// should be sparingly used.
|
||||||
///
|
///
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user