Source:isRelative
Returns whether or not the Source is relative to the listener. If a Source is relative then its position, velocity, cone, and orientation are all treated as relative to the audio listener, instead of absolute positions in space.
relative = Source:isRelative()
Arguments
None
Returns
Name | Type | Description |
relative | boolean | Whether or not the Source is relative. |
See also
Source:setRelative
Source