Marked qmlPosition as deprecated.

This commit is contained in:
Penguin-Guru 2021-11-24 17:55:55 -08:00
parent 65dcd58371
commit cf50bcb71b

View file

@ -170,7 +170,7 @@ 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.
* @property {Vec3} qmlPosition - A synonym for <code>position</code> for use by QML. This is deprecated.
*
* @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,