| Index: client/html/generated/html/frog/AudioListener.dart
|
| diff --git a/client/html/generated/html/frog/AudioListener.dart b/client/html/generated/html/frog/AudioListener.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ba625841ac590a89c88ce0b3eb70dab5cce451a6
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/AudioListener.dart
|
| @@ -0,0 +1,13 @@
|
| +
|
| +class _AudioListenerJs implements AudioListener native "*AudioListener" {
|
| +
|
| + num dopplerFactor;
|
| +
|
| + num speedOfSound;
|
| +
|
| + void setOrientation(num x, num y, num z, num xUp, num yUp, num zUp) native;
|
| +
|
| + void setPosition(num x, num y, num z) native;
|
| +
|
| + void setVelocity(num x, num y, num z) native;
|
| +}
|
|
|