Crate micro_bevy_world_utils
source ·Functions
- Clone the data from a specific component of the target entity, as long as that entity has that component and the component itself implements
Clone
- Send an event to the appropriate event writer. Writer type is derived from the second parameter passed in, and must be registered with the application before trying to send.