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