Made requested change.

This commit is contained in:
Penguin-Guru 2021-11-25 15:24:13 -08:00
parent 78981307e6
commit 9de2ac1eb5

View file

@ -170,7 +170,8 @@ class MyAvatar : public Avatar {
* @property {Vec3} skeletonOffset - Can be used to apply a translation offset between the avatar's position and the
* registration point of the 3D model.
*
* @property {Vec3} qmlPosition - A synonym for <code>position</code> for use by QML. This is deprecated.
* @property {Vec3} qmlPosition - A synonym for <code>position</code> for use by QML.
* <p class="important">Deprecated: This property is deprecated and will be removed.</p>
*
* @property {Vec3} feetPosition - The position of the avatar's feet.
* @property {boolean} shouldRenderLocally=true - If <code>true</code> then your avatar is rendered for you in Interface,