.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly


#############
ExportContext
#############

.. js:class:: Animation.ExportContext

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~Animation.ExportContext.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~Animation.ExportContext.buffers`
   * :js:data:`~Animation.ExportContext.colorMaps`
   * :js:data:`~Animation.ExportContext.samplers`
   
   




Constructors
============

.. js:method:: Animation.ExportContext.constructor

   .. rst-class:: sig-pretty-signature
   
      | ExportContext(): :js:class:`ExportContext <Animation.ExportContext>`
   
   **Returns**\ : :js:class:`ExportContext <Animation.ExportContext>`
   





Properties
==========

.. js:data:: Animation.ExportContext.buffers

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | buffers: :js:class:`IndexedSet <Animation.IndexedSet>`\ <:js:class:`KeyframeBuffer <Animation.KeyframeBuffer>`\ >
   



.. js:data:: Animation.ExportContext.colorMaps

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | colorMaps: :js:class:`IndexedSet <Animation.IndexedSet>`\ <:js:data:`ColorMap <Animation.ColorMap>`\ >
   



.. js:data:: Animation.ExportContext.samplers

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | samplers: :js:class:`IndexedSet <Animation.IndexedSet>`\ <:js:class:`Sampler <Animation.Sampler>`\ >
   





