setPosition
Set the sound position.
Syntax
sound.setPosition(position);
Parameters
Name | Type | Description |
---|---|---|
position | Vector3Array or Vector3 | The position to set. |
Example
sound.setPosition([0, 1, 0]);
Available on: Client
Set the sound position.
sound.setPosition(position);
Name | Type | Description |
---|---|---|
position | Vector3Array or Vector3 | The position to set. |
sound.setPosition([0, 1, 0]);
Available on: Client