SoundPositionAngular class
A sound which should be panned.
You can set the left right panning with the azimuth and elevation properties.
- Inheritance
-
- Object
- SoundPosition
- SoundPositionAngular
Constructors
- SoundPositionAngular({double azimuth = 0.0, double elevation = 0.0})
-
Create a panned position.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Describe this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited