Expand description

Contains the BigResourceManager struct that manages the large resource(s) containing big images used by the Flyweight class.

Structs

  • Represents a list of instances of the BigResource struct. Use the add_resource() method to add a BigResource instance to the list (and also take ownership of the BigResource instance). Call get_resource() with the ID of the resource to get the BigResource instance.