
#############
BatchedValues
#############

.. js:class:: wv.Animation.BatchedValues

   A structure that holds all interpolated data to be applied to the viewer for one tick of the [[Animation.Manager]]. See [[Player.evaluate]].
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.Animation.BatchedValues.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.Animation.BatchedValues.camera`
   * :js:data:`~wv.Animation.BatchedValues.node`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wv.Animation.BatchedValues.apply`
   * :js:meth:`~wv.Animation.BatchedValues.clear`
   
   



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

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


.. js:method:: wv.Animation.BatchedValues.constructor

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



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

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


.. js:data:: wv.Animation.BatchedValues.camera

      .. rst-class:: sig-pretty-signature
      
         | camera: :js:class:`BatchedCameraValues <wv.Animation.BatchedCameraValues>`
      
      Properties to be set on the camera.
      



.. js:data:: wv.Animation.BatchedValues.node

      .. rst-class:: sig-pretty-signature
      
         | node: :js:class:`BatchedNodeValues <wv.Animation.BatchedNodeValues>`
      
      Properties to be set on nodes.
      



.. rst-class:: kind-group kind-methods

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


.. js:method:: wv.Animation.BatchedValues.apply

      .. rst-class:: sig-pretty-signature
      
         | apply(**viewer**\ : :js:class:`IWebViewer <wv.IWebViewer>`\ ): *void*
      
      Set the stored values on the supplied [[WebViewer]].
      
      **Parameters**
      
      
         **viewer**\ : :js:class:`IWebViewer <wv.IWebViewer>`
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Animation.BatchedValues.clear

      .. rst-class:: sig-pretty-signature
      
         | clear(): *void*
      
      Reset this object to its initial state.
      
      **Returns**\ : *void*
      




