SoundPositionAngular class

A sound which should be panned.

You can set the left right panning with the azimuth and elevation properties.

Inheritance

Constructors

SoundPositionAngular({double azimuth = 0.0, double elevation = 0.0})
Create a panned position.
const

Properties

azimuth double
The azimuth of this sound.
final
elevation double
The elevation of this sound.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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