| Property | Defined By | ||
|---|---|---|---|
| actorA : Actor = null | Collision | ||
| actorB : Actor = null | Collision | ||
| collidedWithActor : Boolean = false | Collision | ||
| collidedWithSensor : Boolean = false | Collision | ||
| collidedWithTerrain : Boolean = false | Collision | ||
| collidedWithTile : Boolean = false | Collision | ||
| fromBottom : Boolean = false | Collision | ||
| fromLeft : Boolean = false | Collision | ||
| fromRight : Boolean = false | Collision | ||
| fromTop : Boolean = false | Collision | ||
| otherActor : Actor = null | Collision | ||
| otherShape : b2Fixture = null | Collision | ||
| points : Array | Collision | ||
| thisActor : Actor = null | Collision | ||
| thisShape : b2Fixture = null | Collision | ||
| Method | Defined By | ||
|---|---|---|---|
| Collision | |||
| actorA | property |
public var actorA:Actor = null| actorB | property |
public var actorB:Actor = null| collidedWithActor | property |
public var collidedWithActor:Boolean = false| collidedWithSensor | property |
public var collidedWithSensor:Boolean = false| collidedWithTerrain | property |
public var collidedWithTerrain:Boolean = false| collidedWithTile | property |
public var collidedWithTile:Boolean = false| fromBottom | property |
public var fromBottom:Boolean = false| fromLeft | property |
public var fromLeft:Boolean = false| fromRight | property |
public var fromRight:Boolean = false| fromTop | property |
public var fromTop:Boolean = false| otherActor | property |
public var otherActor:Actor = null| otherShape | property |
public var otherShape:b2Fixture = null| points | property |
public var points:Array| thisActor | property |
public var thisActor:Actor = null| thisShape | property |
public var thisShape:b2Fixture = null| Collision | () | Constructor |
public function Collision()