mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 10:43:13 +02:00
JSDOC - change bool type to boolean, to match JS type
This commit is contained in:
parent
98148aa396
commit
484e20ea55
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue