Inherits AZ::Component, TextureAtlasRequestBus::Handler, and AzFramework::AssetCatalogEventBus::Handler.
 | 
| struct   | AtlasInfo | 
|   | A struct that aids in the management of texture atlases.  More...
  | 
|   | 
 | 
| 
static void  | Reflect (AZ::ReflectContext *context) | 
|   | 
| 
static void  | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) | 
|   | 
| 
static void  | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) | 
|   | 
| 
static void  | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) | 
|   | 
| 
static void  | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) | 
|   | 
 | 
| 
void  | SaveAtlasToFile (const AZStd::string &outputPath, AtlasCoordinateSets &handles, int width, int height) override | 
|   | Saves a texture atlas to file. 
  | 
|   | 
| 
TextureAtlas *  | LoadAtlas (const AZStd::string &filePath) override | 
|   | Tells the TextureAtlas system to load an Atlas and return a pointer for the atlas. 
  | 
|   | 
| 
TextureAtlas *  | FindAtlasContainingImage (const AZStd::string &filePath) override | 
|   | Returns a pointer to the first Atlas that contains the image, or nullptr if no atlas contains it. 
  | 
|   | 
| 
void  | UnloadAtlas (TextureAtlas *atlas) override | 
|   | Tells the TextureAtlas system to unload an Atlas. 
  | 
|   | 
| 
void  | Init () override | 
|   | 
| 
void  | Activate () override | 
|   | 
| 
void  | Deactivate () override | 
|   | 
| 
void  | OnCatalogAssetChanged (const AZ::Data::AssetId &assetId) override | 
|   | 
The documentation for this class was generated from the following file:
- Gems/TextureAtlas/Code/Source/TextureAtlasSystemComponent.h