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


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

.. js:class:: wv.Animation.ExportContext

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



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


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

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



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


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

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



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

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



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

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




