pub fn get_all_components(entity: EntityId) -> Entity
Expand description

Retrieves all guest-visible components for entity. Will return an empty Entity if no components are found.

Note that this may not be all of the components on the entity, as some components are not visible to the guest.