| Package | com.whirled.contrib.platformer.board |
| Interface | public interface SimpleBounds |
| Implementors | RectDynamicBounds, SimpleActorBounds |
| Method | Defined by | ||
|---|---|---|---|
|
getBoundLines():Array
Returns an array of LineData which represent the currenct bounds of the dynamic.
| SimpleBounds | ||
|
getMovementBoundLines():Array
Returns an array of LineData which represent the movement bounds of the dynamic.
| SimpleBounds | ||
| getBoundLines | () | method |
public function getBoundLines():ArrayReturns an array of LineData which represent the currenct bounds of the dynamic.
ReturnsArray |
| getMovementBoundLines | () | method |
public function getMovementBoundLines():ArrayReturns an array of LineData which represent the movement bounds of the dynamic.
ReturnsArray |