| Property | Defined by | ||
|---|---|---|---|
| hits : Boolean [read-only]
| SimpleCollision | ||
| shotSoundEffect : SoundEffect
[read-only]
| SimpleCollision | ||
| Property | Defined by | ||
|---|---|---|---|
| _hits : Boolean | SimpleCollision | ||
| _shotSoundEffect : SoundEffect | SimpleCollision | ||
| Method | Defined by | ||
|---|---|---|---|
|
SimpleCollision(hits:Boolean, shotSoundEffect:SoundEffect)
| SimpleCollision | ||
| _hits | property |
protected var _hits:Boolean
| hits | property |
hits:Boolean [read-only]Implementation
public function get hits():Boolean
| _shotSoundEffect | property |
protected var _shotSoundEffect:SoundEffect
| shotSoundEffect | property |
shotSoundEffect:SoundEffect [read-only]Implementation
public function get shotSoundEffect():SoundEffect
| SimpleCollision | () | constructor |
public function SimpleCollision(hits:Boolean, shotSoundEffect:SoundEffect)Parameters
hits:Boolean |
|
shotSoundEffect:SoundEffect |