mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
PickType API JSDoc fix up
This commit is contained in:
parent
3fb6fd1afb
commit
36752ee701
1 changed files with 5 additions and 4 deletions
|
@ -135,12 +135,13 @@ public:
|
||||||
PickQuery(const PickFilter& filter, const float maxDistance, const bool enabled);
|
PickQuery(const PickFilter& filter, const float maxDistance, const bool enabled);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @namespace
|
|
||||||
* @augments Picks
|
|
||||||
*
|
|
||||||
* Enum for different types of Picks and Pointers.
|
* 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} 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.
|
* @property {number} Stylus Stylus Picks provide "tapping" functionality on/into flat surfaces.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue