| Package | com.sonoport |
| Class | public class MetalHitLight |
| Inheritance | MetalHitLight com.sonoport.BaseSound |
| Implements | IMetalHitLight |
| Property | Defined By | ||
|---|---|---|---|
| clarity : int Clarity. | MetalHitLight | ||
| damping : Number Damping. | MetalHitLight | ||
| freq : Number Frequency. | MetalHitLight | ||
| stretch : Number Stretch. | MetalHitLight | ||
| Method | Defined By | ||
|---|---|---|---|
| MetalHitLight | |||
| clarity | property |
clarity:intClarity. Default is 7. Range is [0, 9].
public function get clarity():int public function set clarity(value:int):void| damping | property |
damping:NumberDamping. Default is 0.2. Range is [0, 1].
public function get damping():Number public function set damping(value:Number):void| freq | property |
freq:NumberFrequency. Default is 1000. Range is [100, 5000].
public function get freq():Number public function set freq(value:Number):void| stretch | property |
stretch:NumberStretch. Default is 0.05. Range is [0, 0.1].
public function get stretch():Number public function set stretch(value:Number):void| MetalHitLight | () | Constructor |
public function MetalHitLight()