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