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

.. js:class:: 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:`~Animation.BatchedValues.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~Animation.BatchedValues.camera`
   * :js:data:`~Animation.BatchedValues.node`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~Animation.BatchedValues.apply`
   * :js:meth:`~Animation.BatchedValues.clear`
   
   




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

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

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





Properties
==========

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

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



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

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





Methods
=======

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

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



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

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





