AssetManager ============ *Inherits* :doc:`/types/AssetManagerInterface/index`. Functions --------- .. list-table:: :width: 100% :widths: 30 70 :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/AssetManager/createModel/index` - Creates an empty model and returns its pointer. * - :doc:`/types/AssetManager/loadModel/index` - Loads a model from a file and returns a pointer to the loaded model. * - :doc:`/types/AssetManager/createMaterial/index` - Creates an empty material and returns its pointer. * - :doc:`/types/AssetManager/loadMaterial/index` - Loads a material from a file and returns a pointer to the loaded material. * - :doc:`/types/AssetManager/createImage/index` - Creates an empty image and returns its pointer. * - :doc:`/types/AssetManager/loadImage/index` - Loads an image from a file and returns a pointer to the loaded image. * - :doc:`/types/AssetManager/createFont/index` - Creates an empty font and returns its pointer. * - :doc:`/types/AssetManager/loadFont/index` - Loads a font from a file and returns a pointer to the loaded font. * - :doc:`/types/AssetManager/createSound/index` - Creates an empty sound and returns its pointer. * - :doc:`/types/AssetManager/loadSound/index` - Loads a sound from a file and returns a pointer to the loaded sound. * - :doc:`/types/AssetManager/destroyModel/index` - Destroys a model. * - :doc:`/types/AssetManager/destroyMaterial/index` - Destroys a material. * - :doc:`/types/AssetManager/destroyImage/index` - Destroys an image. * - :doc:`/types/AssetManager/destroyFont/index` - Destroys a font. * - :doc:`/types/AssetManager/destroySound/index` - Destroys a sound. * - :doc:`/types/AssetManager/findModelByName/index` - Returns the model associated with the name. * - :doc:`/types/AssetManager/getModelName/index` - Returns the name of the model. * - :doc:`/types/AssetManager/findMaterialByName/index` - Returns the material associated with the name. * - :doc:`/types/AssetManager/getMaterialName/index` - Returns the name of the material. * - :doc:`/types/AssetManager/findImageByName/index` - Returns the image associated with the name. * - :doc:`/types/AssetManager/getImageName/index` - Returns the name of the image. * - :doc:`/types/AssetManager/findFontByName/index` - Returns the font associated with the name. * - :doc:`/types/AssetManager/getFontName/index` - Returns the name of the font. * - :doc:`/types/AssetManager/findSoundByName/index` - Returns the sound associated with the name. * - :doc:`/types/AssetManager/getSoundName/index` - Returns the name of the sound. * - :doc:`/types/AssetManager/calculateTangents/index` - Calculate a :doc:`/types/Mesh/index`'s tangents. * - :doc:`/types/AssetManager/calculateAABB/index` - Calculate a :doc:`/types/Mesh/index`'s AABB. .. toctree:: :hidden: ./createModel/index.rst ./loadModel/index.rst ./createImage/index.rst ./loadImage/index.rst ./createMaterial/index.rst ./loadMaterial/index.rst ./createFont/index.rst ./loadFont/index.rst ./createSound/index.rst ./loadSound/index.rst ./destroyModel/index.rst ./destroyMaterial/index.rst ./destroyImage/index.rst ./destroyFont/index.rst ./destroySound/index.rst ./findModelByName/index.rst ./getModelName/index.rst ./findMaterialByName/index.rst ./getMaterialName/index.rst ./findImageByName/index.rst ./getImageName/index.rst ./findFontByName/index.rst ./getFontName/index.rst ./findSoundByName/index.rst ./getSoundName/index.rst ./calculateTangents/index.rst ./calculateAABB/index.rst