Function ambient_api_core::entity::resources
source · pub fn resources() -> EntityId
Expand description
Gets the resource entity. The components of this entity contain global state for this ECS world.
Components with the Resource
attribute can be found here.