resource_manager

Function resource_manager 

Source
pub fn resource_manager() -> &'static GlobalResourceManager
Expand description

Access the global resource manager

ยงPanics

Panics if called before init_resource_manager(). This is intentional - using the resource manager before initialization is a programming error.