| Property | Defined by | ||
|---|---|---|---|
| allowSleep : Boolean | b2BodyDef | ||
| angularDamping : Number | b2BodyDef | ||
| angularVelocity : Number | b2BodyDef | ||
| isSleeping : Boolean | b2BodyDef | ||
| linearDamping : Number | b2BodyDef | ||
| linearVelocity : b2Vec2 | b2BodyDef | ||
| position : b2Vec2 | b2BodyDef | ||
| preventRotation : Boolean | b2BodyDef | ||
| rotation : Number | b2BodyDef | ||
| shapes : Array | b2BodyDef | ||
| userData : * | b2BodyDef | ||
| Method | Defined by | ||
|---|---|---|---|
| b2BodyDef | |||
|
AddShape(shape:b2ShapeDef):void
| b2BodyDef | ||
| allowSleep | property |
public var allowSleep:Boolean
| angularDamping | property |
public var angularDamping:Number
| angularVelocity | property |
public var angularVelocity:Number
| isSleeping | property |
public var isSleeping:Boolean
| linearDamping | property |
public var linearDamping:Number
| linearVelocity | property |
public var linearVelocity:b2Vec2
| position | property |
public var position:b2Vec2
| preventRotation | property |
public var preventRotation:Boolean
| rotation | property |
public var rotation:Number
| shapes | property |
public var shapes:Array
| userData | property |
public var userData:*
| b2BodyDef | () | constructor |
public function b2BodyDef()
| AddShape | () | method |