API Documentation for SonoportCollection at version 2636
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ISwordHit
Properties
Package
com.sonoport
Interface
public interface ISwordHit extends
IBaseSoundCore
Implementors
SwordHit
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
freq
: Number
ISwordHit
gain
: Number
Gain.
IBaseSoundCore
pan
: Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
play
():void
Start playing a sound.
IBaseSoundCore
stop
():void
Stop the sound.
IBaseSoundCore
Property Detail
freq
property
freq:Number
Implementation
public function get freq():Number
public function set freq(value:Number):void
Wed Dec 21 2011, 04:27 PM +08:00