Fix missing jsdoc note for getPrevPickResult on existence of ParabolaPickResult

This commit is contained in:
sabrina-shanman 2018-08-09 15:08:27 -07:00
parent 5b6916177c
commit 4d31863484

View file

@ -169,7 +169,7 @@ public:
* Get the most recent pick result from this Pick. This will be updated as long as the Pick is enabled. * Get the most recent pick result from this Pick. This will be updated as long as the Pick is enabled.
* @function Picks.getPrevPickResult * @function Picks.getPrevPickResult
* @param {number} uid The ID of the Pick, as returned by {@link Picks.createPick}. * @param {number} uid The ID of the Pick, as returned by {@link Picks.createPick}.
* @returns {RayPickResult|StylusPickResult|CollisionPickResult} The most recent intersection result. This will be different for different PickTypes. * @returns {RayPickResult|StylusPickResult|ParabolaPickResult|CollisionPickResult} The most recent intersection result. This will be different for different PickTypes.
*/ */
Q_INVOKABLE QVariantMap getPrevPickResult(unsigned int uid); Q_INVOKABLE QVariantMap getPrevPickResult(unsigned int uid);