Packagecom.whirled.contrib.platformer.board
Interfacepublic interface SimpleBounds
ImplementorsRectDynamicBounds, SimpleActorBounds



Public Methods
 MethodDefined by
  
getBoundLines():Array
Returns an array of LineData which represent the currenct bounds of the dynamic.
SimpleBounds
  
Returns an array of LineData which represent the movement bounds of the dynamic.
SimpleBounds
Method detail
getBoundLines()method
public function getBoundLines():Array

Returns an array of LineData which represent the currenct bounds of the dynamic.

Returns
Array
getMovementBoundLines()method 
public function getMovementBoundLines():Array

Returns an array of LineData which represent the movement bounds of the dynamic.

Returns
Array