.. role:: ts-api-decorator

.. _Animation.KeyType:

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

.. js:module:: Animation
   :noindex:

.. container:: ts-api-section

   Describes the type of values stored in a Keyframe Buffer



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`Animation.KeyType.Quat`
   * :ref:`Animation.KeyType.Scalar`
   * :ref:`Animation.KeyType.Vec3`





------------

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

.. rst-class:: ts-api-section

.. _Animation.KeyType.Quat:

Quat
----

Keyframe value is interpreted as a 4 component quaternion

.. rst-class:: ts-api-section

.. _Animation.KeyType.Scalar:

Scalar
------

Keyframe value is a single scalar.

.. rst-class:: ts-api-section

.. _Animation.KeyType.Vec3:

Vec3
----

Keyframe value is a 3 component vector.

