Packagecom.whirled.contrib.platformer.game
Classpublic class ShotController
InheritanceShotController Inheritance DynamicController
SubclassesLaserShotController



Protected Properties
 PropertyDefined by
 Inherited_chandlers : Array
DynamicController
 Inherited_controller : GameController
DynamicController
 Inherited_dynamic : Dynamic
DynamicController
 Inherited_removedCollider : Boolean
DynamicController
  _shot : Shot
ShotController
 Inherited_task : ColliderTask
DynamicController
Public Methods
 MethodDefined by
  
ShotController
 Inherited
DynamicController
 Inherited
DynamicController
 Inherited
DynamicController
  
ShotController
 Inherited
DynamicController
 Inherited
hasBounds():Boolean
DynamicController
 Inherited
postCollider():void
DynamicController
  
postTick():void
ShotController
 Inherited
shutdown():void
DynamicController
  
tick(delta:Number):void
ShotController
Protected Methods
 MethodDefined by
  
ShotController
  
ShotController
 Inherited
DynamicController
Property detail
_shotproperty
protected var _shot:Shot
Constructor detail
ShotController()constructor
public function ShotController(pro:Shot, controller:GameController)Parameters
pro:Shot
 
controller:GameController
Method detail
createCollisionHandlers()method
protected function createCollisionHandlers():void
createTask()method 
protected override function createTask():ColliderTask

Returns
ColliderTask
getShot()method 
public function getShot():Shot

Returns
Shot
postTick()method 
public override function postTick():void
tick()method 
public override function tick(delta:Number):voidParameters
delta:Number