ListenerType
Defines where and how the listener is positioned when picking up spatial audio.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
210 | Camera | 0 | Uses the world CFrame of | |
210 | CFrame | 1 | Uses a specified world CFrame. | |
210 | ObjectPosition | 2 | Uses the world position of an instance and the rotation of
| |
210 | ObjectCFrame | 3 | Uses the world CFrame from an instance. |
Description
Defines where and how the listener is positioned when picking up spatial audio. Used in SoundService.SetListener and SoundService.GetListener.
History 5
- 210 Add ObjectPosition
- 210 Add ObjectCFrame
- 210 Add Camera
- 210 Add CFrame
- 210 Add ListenerType