.. role:: ts-api-decorator

.. _cee.TextureWrapMode:

###############
TextureWrapMode
###############

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   Specifies what should happen to texture coordinates that are outside the 0 to 1 range



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.TextureWrapMode.CLAMP_TO_EDGE`
   * :ref:`cee.TextureWrapMode.REPEAT`





------------

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.TextureWrapMode.CLAMP_TO_EDGE:

CLAMP_TO_EDGE
-------------

The texture coordinates will be clamped into the range 0 to 1

.. rst-class:: ts-api-section

.. _cee.TextureWrapMode.REPEAT:

REPEAT
------

The integer part of the coordinate will be ignored and a repeating pattern is formed.

