.. role:: ts-api-decorator

###############
PickHandlerData
###############

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: PickHandlerData

      Object containing pick handler data, used in the ``PickHandler``



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.PickHandlerData.modifiers`
   * :js:attr:`~cee.PickHandlerData.ray`
   * :js:attr:`~cee.PickHandlerData.view`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: PickHandlerData.modifiers

      :type: KeyboardModifiers

      The state of the modifier keys while the picking was performed.



.. container:: ts-api-section

   .. js:attribute:: PickHandlerData.ray

      :type: Ray

      The ``Ray`` defined by position and direction in world coordinates.



.. container:: ts-api-section

   .. js:attribute:: PickHandlerData.view

      :type: View

      The ``View`` the picking was performed in.



