Variable AssetManager.application

The application object. Set by the scene that owns the AssetManager.

class AssetManager
{
  // ...
  Application application;
  // ...
}