SoundChannel:setWorldPosition

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the position of this sound in a 3D world <source lang="lua"> = SoundChannel:setWorldPosition(xyzv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: in development

Description

Sets the position of this sound in a 3D world

= SoundChannel:setWorldPosition(xyzvxvyvz,)

'x: (number) X coordinate of this sound '
'y: (number) Y coordinate of this sound '
z: (number) Z coordinate of this sound optional
vx: (number) X component of this sound's velocity optional
vy: (number) Y component of this sound's velocity optional
vz: (number) Z component of this sound's velocity optional