| Property | Defined by | ||
|---|---|---|---|
| isSatisfied : Boolean = false | Condition | ||
| maxX : Number | Condition | ||
| maxY : Number | Condition | ||
| minX : Number | Condition | ||
| minY : Number | Condition | ||
| name : String | Condition | ||
| object : int | Condition | ||
| shape1 : ShapePart = null | Condition | ||
| shape1Index : int = -1 | Condition | ||
| shape2 : ShapePart = null | Condition | ||
| shape2Index : int = -1 | Condition | ||
| subject : int | Condition | ||
| Method | Defined by | ||
|---|---|---|---|
|
Condition(n:String, s:int, o:int)
| Condition | ||
|
ContactAdded(point:b2ContactPoint, parts:Array, cannonballs:Array):void
| Condition | ||
|
Update(parts:Array, cannonballs:Array):void
| Condition | ||
| isSatisfied | property |
public var isSatisfied:Boolean = false
| maxX | property |
public var maxX:Number
| maxY | property |
public var maxY:Number
| minX | property |
public var minX:Number
| minY | property |
public var minY:Number
| name | property |
public var name:String
| object | property |
public var object:int
| shape1 | property |
public var shape1:ShapePart = null
| shape1Index | property |
public var shape1Index:int = -1
| shape2 | property |
public var shape2:ShapePart = null
| shape2Index | property |
public var shape2Index:int = -1
| subject | property |
public var subject:int
| Condition | () | constructor |
public function Condition(n:String, s:int, o:int)Parameters
n:String |
|
s:int |
|
o:int |
| ContactAdded | () | method |
public function ContactAdded(point:b2ContactPoint, parts:Array, cannonballs:Array):voidParameters
point:b2ContactPoint |
|
parts:Array |
|
cannonballs:Array |
| Update | () | method |
public function Update(parts:Array, cannonballs:Array):voidParameters
parts:Array |
|
cannonballs:Array |