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
/// Returns a mutable reference to the [`Entity`] "target" of this [`EntityEvent`]. When triggered, this will run observers that watch for this specific entity.
273
273
///
274
-
/// Note: In general, this should not be mutated from within an [`Observer`](crate::observer::Observer).
274
+
/// Note: In general, this should not be mutated from within an [`Observer`](crate::observer::Observer), as this will not "retarget"
275
+
/// the event in any of Bevy's built-in [`Trigger`] implementations.
0 commit comments