AssetManager
Inherits AssetManagerInterface.
Functions
Name |
Description |
---|---|
Creates an empty model and returns its pointer. |
|
Loads a model from a file and returns a pointer to the loaded model. |
|
Creates an empty material and returns its pointer. |
|
Loads a material from a file and returns a pointer to the loaded material. |
|
Creates an empty image and returns its pointer. |
|
Loads an image from a file and returns a pointer to the loaded image. |
|
Creates an empty font and returns its pointer. |
|
Loads a font from a file and returns a pointer to the loaded font. |
|
Creates an empty sound and returns its pointer. |
|
Loads a sound from a file and returns a pointer to the loaded sound. |
|
Destroys a model. |
|
Destroys a material. |
|
Destroys an image. |
|
Destroys a font. |
|
Destroys a sound. |
|
Returns the model associated with the name. |
|
Returns the name of the model. |
|
Returns the material associated with the name. |
|
Returns the name of the material. |
|
Returns the image associated with the name. |
|
Returns the name of the image. |
|
Returns the font associated with the name. |
|
Returns the name of the font. |
|
Returns the sound associated with the name. |
|
Returns the name of the sound. |
|
Calculate a Mesh’s tangents. |
|
Calculate a Mesh’s AABB. |