| Package | com.sonoport |
| Class | public class Whoosh |
| Inheritance | Whoosh com.sonoport.BaseSound |
| Implements | IWhoosh |
| Property | Defined By | ||
|---|---|---|---|
| attack : Number Attack. | Whoosh | ||
| duration : Number Duration. | Whoosh | ||
| force : Number Force. | Whoosh | ||
| freq : Number Frequency. | Whoosh | ||
| noise : Number Noise. | Whoosh | ||
| Method | Defined By | ||
|---|---|---|---|
Whoosh() | Whoosh | ||
| attack | property |
attack:NumberAttack. Default is 0.7. Range is [0, 1].
public function get attack():Number public function set attack(value:Number):void| duration | property |
duration:NumberDuration. Default is 1.2. Range is [1, 10].
public function get duration():Number public function set duration(value:Number):void| force | property |
force:NumberForce. Default is 0.2. Range is [0, 1].
public function get force():Number public function set force(value:Number):void| freq | property |
freq:NumberFrequency. Default is 765. Range is [200, 4000].
public function get freq():Number public function set freq(value:Number):void| noise | property |
noise:NumberNoise. Default is 0.3. Range is [0, 1].
public function get noise():Number public function set noise(value:Number):void| Whoosh | () | Constructor |
public function Whoosh()