.. role:: ts-api-decorator

.. _cee.NavigationType:

##############
NavigationType
##############

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   The possible navigation types. Used to specify ``NavigationMouseButtonConfig``.



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.NavigationType.NONE`
   * :ref:`cee.NavigationType.PAN`
   * :ref:`cee.NavigationType.ROLL`
   * :ref:`cee.NavigationType.ROTATE`
   * :ref:`cee.NavigationType.ROTATE_SCREEN_AXES`
   * :ref:`cee.NavigationType.WALK`
   * :ref:`cee.NavigationType.ZOOM`





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

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

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

.. _cee.NavigationType.NONE:

NONE
----

No navigation

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

.. _cee.NavigationType.PAN:

PAN
---

Pan

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

.. _cee.NavigationType.ROLL:

ROLL
----

Roll, rotate around the view direction

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

.. _cee.NavigationType.ROTATE:

ROTATE
------

Rotate

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

.. _cee.NavigationType.ROTATE_SCREEN_AXES:

ROTATE_SCREEN_AXES
------------------

Rotate around the two screen axes. Should be used in combination with ROLL

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

.. _cee.NavigationType.WALK:

WALK
----

Walk in/out of model by moving the camera position (eye)

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

.. _cee.NavigationType.ZOOM:

ZOOM
----

Zoom the camera by modifying the field of view

