| Property | Defined by | ||
|---|---|---|---|
| playType : PlayType
[read-only]
| SimpleSoundEffect | ||
| sound : String [read-only]
| SimpleSoundEffect | ||
| Property | Defined by | ||
|---|---|---|---|
| _playType : PlayType | SimpleSoundEffect | ||
| _sound : String | SimpleSoundEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
SimpleSoundEffect(sound:String, playType:PlayType)
| SimpleSoundEffect | ||
|
equals(o:Object):Boolean
| SimpleSoundEffect | ||
|
hashCode():int
| SimpleSoundEffect | ||
|
toString():String
| SimpleSoundEffect | ||
| _playType | property |
protected var _playType:PlayType
| playType | property |
| _sound | property |
protected var _sound:String
| sound | property |
sound:String [read-only]Implementation
public function get sound():String
| SimpleSoundEffect | () | constructor |
public function SimpleSoundEffect(sound:String, playType:PlayType)Parameters
sound:String |
|
playType:PlayType |
| equals | () | method |
public function equals(o:Object):BooleanParameters
o:Object |
Boolean |
| hashCode | () | method |
public function hashCode():int
Returns
int |
| toString | () | method |
public function toString():String
Returns
String |