# {py:mod}`simvx.graphics.materials.texture` ```{py:module} simvx.graphics.materials.texture ``` ```{autodoc2-docstring} simvx.graphics.materials.texture :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`TextureManager ` - ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.graphics.materials.texture.__all__ :summary: ``` * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.graphics.materials.texture.log :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.graphics.materials.texture.__all__ :value: > ['TextureManager'] ```{autodoc2-docstring} simvx.graphics.materials.texture.__all__ ``` ```` ````{py:data} log :canonical: simvx.graphics.materials.texture.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.graphics.materials.texture.log ``` ```` `````{py:class} TextureManager(engine: typing.Any) :canonical: simvx.graphics.materials.texture.TextureManager ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager.__init__ ``` ````{py:method} load(path: str | pathlib.Path) -> int :canonical: simvx.graphics.materials.texture.TextureManager.load ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager.load ``` ```` ````{py:method} load_if_exists(path: str | pathlib.Path) -> int :canonical: simvx.graphics.materials.texture.TextureManager.load_if_exists ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager.load_if_exists ``` ```` ````{py:property} count :canonical: simvx.graphics.materials.texture.TextureManager.count :type: int ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager.count ``` ```` ````{py:method} destroy() -> None :canonical: simvx.graphics.materials.texture.TextureManager.destroy ```{autodoc2-docstring} simvx.graphics.materials.texture.TextureManager.destroy ``` ```` `````