AssetsManager constructor

AssetsManager(
  1. MapContext context
)

Creates an instance of AssetsManager.

  • context MapContext to which the assets belong.

Implementation

factory AssetsManager(MapContext context) => $prototype.create(context);