-
Notifications
You must be signed in to change notification settings - Fork 233
AudioListener
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Represents an audio listener. The distance between audio sources and audio listener will affect the sound attenuation of spatialized sounds
- C++ related class:
OvCore::ECS::Components::CAudioListener
- Inherits from lua usertype:
Component
This usertype has no variables
Name | Input | Output | Description |
---|---|---|---|
new | AudioListener |
Default Constructor |
This usertype has no functions
This usertype has no operators