| Package | com.whirled.contrib.platformer.piece |
| Class | public class BoundedPiece |
| Inheritance | BoundedPiece Piece |
| Property | Defined by | ||
|---|---|---|---|
| _boundPts : Array | BoundedPiece | ||
| _boundSides : Array | BoundedPiece | ||
| Method | Defined by | ||
|---|---|---|---|
|
BoundedPiece(defxml:XML = null, insxml:XML = null)
| BoundedPiece | ||
|
getBound(side:int):int
| BoundedPiece | ||
|
getBoundLine(side:int):Array
| BoundedPiece | ||
|
getBounds():Array
| BoundedPiece | ||
![]() |
getXMLEditables():XML
Get the editable attributes.
| Piece | |
|
numBounds():int
| BoundedPiece | ||
![]() |
setXMLEditables(xml:XML):void
| Piece | |
![]() |
toString():String
| Piece | |
|
xmlDef():XML
| BoundedPiece | ||
![]() |
xmlInstance():XML
Get the XML instance definition.
| Piece | |
| _boundPts | property |
protected var _boundPts:Array
| _boundSides | property |
protected var _boundSides:Array
| BoundedPiece | () | constructor |
public function BoundedPiece(defxml:XML = null, insxml:XML = null)Parameters
defxml:XML (default = null) |
|
insxml:XML (default = null) |
| getBound | () | method |
public function getBound(side:int):intParameters
side:int |
int |
| getBoundLine | () | method |
public function getBoundLine(side:int):ArrayParameters
side:int |
Array |
| getBounds | () | method |
public function getBounds():Array
Returns
Array |
| numBounds | () | method |
public function numBounds():int
Returns
int |
| xmlDef | () | method |
public override function xmlDef():XML
Returns
XML |