fix function on jsdoc

This commit is contained in:
luiscuenca 2019-09-25 14:02:43 -07:00
parent 0aab2ed07f
commit d7fc4e905c
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -1769,7 +1769,7 @@ public:
* Aims the pointing directional blending towards the provided target point.
* The "point" reaction should be triggered before using this method.
* <code>MyAvatar.beginReaction("point")</code>
* @function MyAvatar.setPointingAt
* @function MyAvatar.setPointAt
* @param {Vec3} pointAtTarget - The target point in world coordinates.
*/
Q_INVOKABLE void setPointAt(const glm::vec3& pointAtTarget);