You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Get a raw pointer to a particular [`Component`](crate::component::Component) on a particular [`Entity`] in the provided [`World`](crate::world::World).
1825
+
/// Get an untyped pointer to a particular [`Component`](crate::component::Component) on a particular [`Entity`] in the provided [`World`](crate::world::World).
1826
1826
///
1827
1827
/// # Safety
1828
1828
/// - `location` must refer to an archetype that contains `entity`
@@ -1849,7 +1849,7 @@ impl World {
1849
1849
}
1850
1850
}
1851
1851
1852
-
/// Get a raw pointer to the [`ComponentTicks`] on a particular [`Entity`], identified by the component's [`TypeId`]
1852
+
/// Get an untyped pointer to the [`ComponentTicks`] on a particular [`Entity`], identified by the component's [`TypeId`]
1853
1853
///
1854
1854
/// # Safety
1855
1855
/// - `location` must refer to an archetype that contains `entity`
0 commit comments