PannerOptions extension type

on
Implemented types

Constructors

PannerOptions({PanningModelType panningModel, DistanceModelType distanceModel, num positionX, num positionY, num positionZ, num orientationX, num orientationY, num orientationZ, num refDistance, num maxDistance, num rolloffFactor, num coneInnerAngle, num coneOuterAngle, num coneOuterGain})
factory

Properties

channelCount int
getter/setter pairinherited
channelCountMode ChannelCountMode
getter/setter pairinherited
channelInterpretation ChannelInterpretation
getter/setter pairinherited
coneInnerAngle num
getter/setter pair
coneOuterAngle num
getter/setter pair
coneOuterGain num
getter/setter pair
distanceModel DistanceModelType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDistance num
getter/setter pair
orientationX num
getter/setter pair
orientationY num
getter/setter pair
orientationZ num
getter/setter pair
panningModel PanningModelType
getter/setter pair
positionX num
getter/setter pair
positionY num
getter/setter pair
positionZ num
getter/setter pair
refDistance num
getter/setter pair
rolloffFactor num
getter/setter pair
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
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited