| Property | Defined By | ||
|---|---|---|---|
| friction : Number | b2ContactPoint | ||
| id : b2ContactID | b2ContactPoint | ||
| normal : b2Vec2 | b2ContactPoint | ||
| position : b2Vec2 | b2ContactPoint | ||
| restitution : Number | b2ContactPoint | ||
| separation : Number | b2ContactPoint | ||
| shape1 : b2Shape | b2ContactPoint | ||
| shape2 : b2Shape | b2ContactPoint | ||
| velocity : b2Vec2 | b2ContactPoint | ||
| friction | property |
public var friction:Number| id | property |
public var id:b2ContactID| normal | property |
public var normal:b2Vec2| position | property |
public var position:b2Vec2| restitution | property |
public var restitution:Number| separation | property |
public var separation:Number| shape1 | property |
public var shape1:b2Shape| shape2 | property |
public var shape2:b2Shape| velocity | property |
public var velocity:b2Vec2