SoundChannel:setWorldPosition

From GiderosMobile
Revision as of 14:44, 14 August 2021 by MoKaLux (talk | contribs) (removed language stuff)

Available since: in development
Class: SoundChannel

Description

Sets the position of this sound in a 3D world.

SoundChannel:setWorldPosition(x,y,z,vx,vy,vz)

Parameters

x: (number) sound x coordinate
y: (number) sound y coordinate
z: (number) sound z coordinate optional
vx: (number) sound velocity x component optional
vy: (number) sound velocity y component optional
vz: (number) sound velocity z component optional