mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Fixed jsdoc comments for Avatar::getWorldFeetPosition
This commit is contained in:
parent
de5c7f6dcd
commit
d04ac2b8ed
1 changed files with 2 additions and 2 deletions
|
@ -251,8 +251,8 @@ public:
|
|||
float computeMass();
|
||||
/**jsdoc
|
||||
* Get the position of the current avatar's feet (or rather, bottom of its collision capsule) in world coordinates.
|
||||
* @function MyAvatar.getWorldFeetPosition()
|
||||
* @returns {Vec3}
|
||||
* @function MyAvatar.getWorldFeetPosition
|
||||
* @returns {Vec3} The position of the Avatar's feet in world coordinates.
|
||||
*/
|
||||
Q_INVOKABLE glm::vec3 getWorldFeetPosition();
|
||||
|
||||
|
|
Loading…
Reference in a new issue