destroyImage ============ :doc:`/types/AssetManager/index`::destroyImage Destroys an image. Declaration ----------- .. code-block:: cpp void destroyImage(const std::string& imageName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - imageName - const `std::string `_\& - The name of the :doc:`/types/Image/index` to destroy. Returns ------- None.