pub static RESOURCE_MANAGER: LazyLock<&'static GlobalResourceManager>Expand description
Legacy alias for backward compatibility
Pattern: Both RESOURCE_MANAGER (static) and resource_manager()
(function) are supported. New code should prefer the function style for
consistency.