RendererTexture2D ================= .. py:class:: ansys.stk.core.graphics.RendererTexture2D A 2D Texture. A texture represents an image that is ready for use by objects such as primitives and overlays. Textures typically reside in video memory. .. py:currentmodule:: RendererTexture2D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.RendererTexture2D.template` - Get a template from which the texture was created. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import RendererTexture2D Property detail --------------- .. py:property:: template :canonical: ansys.stk.core.graphics.RendererTexture2D.template :type: RendererTextureTemplate2D Get a template from which the texture was created.