Remove JS documentation on 'loaded' parameter referencing unsupported model collision pick

This commit is contained in:
sabrina-shanman 2018-08-08 10:42:26 -07:00
parent 6249d1c3aa
commit 22142a84b8

View file

@ -151,9 +151,11 @@ public:
* @property {EntityItersection[]} entityIntersections The collision information of entities which intersect with the CollisionRegion. There may be multiple intersections with the same entity which represent distinct collision points.
* @property {EntityItersection[]} avatarIntersections The collision information of avatars which intersect with the CollisionRegion. There may be multiple intersections with the same entity which represent distinct collision points.
* @property {CollisionRegion} collisionRegion The CollisionRegion that was used. Valid even if there was no intersection.
* @property {boolean} loaded If the CollisionRegion was successfully loaded (may be false if a model was used)
*/
// TODO: Add this to the CollisionPickResult jsdoc once model collision picks are working
//* @property {boolean} loaded If the CollisionRegion was successfully loaded (may be false if a model was used)
/**jsdoc
* A pair of intersection points between a CollisionPick and an entity/avatar.
*