Packagecom.whirled.contrib.platformer.game
Classpublic class SimpleCollision
ImplementsCollision



Public Properties
 PropertyDefined by
  hits : Boolean
[read-only]
SimpleCollision
  shotSoundEffect : SoundEffect
[read-only]
SimpleCollision
Protected Properties
 PropertyDefined by
  _hits : Boolean
SimpleCollision
  _shotSoundEffect : SoundEffect
SimpleCollision
Public Methods
 MethodDefined by
  
SimpleCollision(hits:Boolean, shotSoundEffect:SoundEffect)
SimpleCollision
Property detail
_hitsproperty
protected var _hits:Boolean
hitsproperty 
hits:Boolean  [read-only]Implementation
    public function get hits():Boolean
_shotSoundEffectproperty 
protected var _shotSoundEffect:SoundEffect
shotSoundEffectproperty 
shotSoundEffect:SoundEffect  [read-only]Implementation
    public function get shotSoundEffect():SoundEffect
Constructor detail
SimpleCollision()constructor
public function SimpleCollision(hits:Boolean, shotSoundEffect:SoundEffect)Parameters
hits:Boolean
 
shotSoundEffect:SoundEffect