JSDOC - change bool type to boolean, to match JS type

This commit is contained in:
Thijs Wenker 2018-04-25 19:01:18 +02:00
parent 98148aa396
commit 484e20ea55

View file

@ -80,8 +80,8 @@ class MyAvatar : public Avatar {
* MyAvatar.audioListenerModeCamera - the listener is relative to the camera.
* MyAvatar.audioListenerModeCustom - the listener is at a custom location specified by the MyAvatar.customListenPosition
* and MyAvatar.customListenOrientation properties.
* @property hasScriptedBlendshapes {bool} Blendshapes will be transmitted over the network if set to true.
* @property hasAudioEnabledFaceMovement {bool} If set to true, voice audio will move the mouth Blendshapes while MyAvatar.hasScriptedBlendshapes is enabled.
* @property hasScriptedBlendshapes {boolean} Blendshapes will be transmitted over the network if set to true.
* @property hasAudioEnabledFaceMovement {boolean} If set to true, voice audio will move the mouth Blendshapes while MyAvatar.hasScriptedBlendshapes is enabled.
* @property customListenPosition {Vec3} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the position
* of audio spatialization listener.
* @property customListenOrientation {Quat} If MyAvatar.audioListenerMode == MyAvatar.audioListenerModeHead, then this determines the orientation