witty-island-52596
08/11/2022, 11:18 PMwitty-island-52596
08/11/2022, 11:19 PMenough-lawyer-1858
08/12/2022, 2:33 AMenough-lawyer-1858
08/12/2022, 2:33 AMenough-lawyer-1858
08/12/2022, 2:34 AMenough-lawyer-1858
08/12/2022, 2:35 AMcurved-tiger-81069
08/13/2022, 4:05 AMTextField
?boundless-australia-56579
08/13/2022, 6:22 PMtext.shader = new Outline(2, 0xff0000);
boundless-australia-56579
08/13/2022, 6:23 PMboundless-australia-56579
08/13/2022, 8:49 PMboundless-australia-56579
08/13/2022, 8:50 PMboundless-australia-56579
08/13/2022, 8:54 PMboundless-australia-56579
08/13/2022, 9:12 PMcurved-tiger-81069
08/13/2022, 10:01 PMrefined-cat-44047
08/15/2022, 10:57 PMelegant-twilight-61392
08/16/2022, 12:51 PMrefined-cat-44047
08/16/2022, 9:05 PMlime.media.AudioSource
has a position:Vector4
property. But there is no documentation at all. So that might be something useful that someone worked hard on, but no way of knowing unfortunately.rhythmic-wolf-50922
08/16/2022, 9:25 PMposition:Vector4
property to adjust left/right stereo pan:
haxe
var position = source.position;
position.x = pan;
position.z = -1 * Math.sqrt(1 - Math.pow(pan, 2));
source.position = position;
rhythmic-wolf-50922
08/16/2022, 9:25 PMrefined-cat-44047
08/16/2022, 10:31 PMcurved-tiger-81069
08/17/2022, 1:04 AMcast
but im just curiousbulky-exabyte-6537
08/17/2022, 3:19 AMbest-agent-85158
08/17/2022, 9:17 AMrefined-cat-44047
08/17/2022, 10:37 AMcurved-tiger-81069
08/19/2022, 12:50 AMimportant-cpu-97721
08/19/2022, 5:57 AMwitty-island-52596
08/19/2022, 6:08 PMboundless-australia-56579
08/20/2022, 5:01 PMthousands-state-46635
08/20/2022, 6:28 PMbright-gpu-74537
08/20/2022, 7:44 PM