mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
JSDoc updates for PR15974
This commit is contained in:
parent
a61857b6d8
commit
11cb6ac6e0
1 changed files with 2 additions and 2 deletions
|
@ -1899,7 +1899,7 @@ public:
|
|||
Q_INVOKABLE QVariantList getCollidingFlowJoints();
|
||||
|
||||
/**jsdoc
|
||||
* Starts a sitting action for the avatar
|
||||
* Starts a sitting action for the avatar.
|
||||
* @function MyAvatar.beginSit
|
||||
* @param {Vec3} position - The point in space where the avatar will sit.
|
||||
* @param {Quat} rotation - Initial absolute orientation of the avatar once is seated.
|
||||
|
@ -1907,7 +1907,7 @@ public:
|
|||
Q_INVOKABLE void beginSit(const glm::vec3& position, const glm::quat& rotation);
|
||||
|
||||
/**jsdoc
|
||||
* Ends a sitting action for the avatar
|
||||
* Ends a sitting action for the avatar.
|
||||
* @function MyAvatar.endSit
|
||||
* @param {Vec3} position - The position of the avatar when standing up.
|
||||
* @param {Quat} rotation - The absolute rotation of the avatar once the sitting action ends.
|
||||
|
|
Loading…
Reference in a new issue