PickType API JSDoc fix up

This commit is contained in:
David Rowe 2018-05-15 11:23:29 +12:00
parent 3fb6fd1afb
commit 36752ee701

View file

@ -135,12 +135,13 @@ public:
PickQuery(const PickFilter& filter, const float maxDistance, const bool enabled);
/**jsdoc
* @namespace
* @augments Picks
*
* Enum for different types of Picks and Pointers.
*
* @typedef {enum} Picks.PickType
* @namespace PickType
*
* @hifi-interface
* @hifi-client-entity
*
* @property {number} Ray Ray Picks intersect a ray with the nearest object in front of them, along a given direction.
* @property {number} Stylus Stylus Picks provide "tapping" functionality on/into flat surfaces.
*/