Packagecom.sonoport
Interfacepublic interface IWeaponSwish extends IBaseSoundCore
Implementors WeaponSwish



Public Properties
 PropertyDefined By
  duration : Number
IWeaponSwish
  force : Number
IWeaponSwish
 Inheritedgain : Number
Gain.
IBaseSoundCore
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  type : Number
IWeaponSwish
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
durationproperty
duration:Number


Implementation
    public function get duration():Number
    public function set duration(value:Number):void
forceproperty 
force:Number


Implementation
    public function get force():Number
    public function set force(value:Number):void
typeproperty 
type:Number


Implementation
    public function get type():Number
    public function set type(value:Number):void