.. role:: ts-api-decorator

.. _TransparencyMode:

################
TransparencyMode
################

.. container:: ts-api-section

   Enumerates ways of displaying transparent geometry



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`TransparencyMode.SingleLayer`
   * :ref:`TransparencyMode.Unsorted`





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

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

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

.. _TransparencyMode.SingleLayer:

SingleLayer
-----------

Only the front-most transparent object is visible at a given pixel.

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

.. _TransparencyMode.Unsorted:

Unsorted
--------

Transparent objects are blended together without z-sorting.

