
#######
KeyType
#######

.. js:data:: Animation.KeyType

   Describes the type of values stored in a Keyframe Buffer
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~Animation.KeyType.Quat`
   * :js:data:`~Animation.KeyType.Scalar`
   * :js:data:`~Animation.KeyType.Vec3`
   
   




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

.. js:data:: Animation.KeyType.Quat

   .. rst-class:: sig-pretty-signature
   
      | Quat: *4*
   
   Keyframe value is interpreted as a 4 component quaternion
   



.. js:data:: Animation.KeyType.Scalar

   .. rst-class:: sig-pretty-signature
   
      | Scalar: *1*
   
   Keyframe value is a single scalar.
   



.. js:data:: Animation.KeyType.Vec3

   .. rst-class:: sig-pretty-signature
   
      | Vec3: *3*
   
   Keyframe value is a 3 component vector.
   





