| Package | Box2DAS.Common |
| Class | public class b2Def |
| Inheritance | b2Def Object |
| Property | Defined By | ||
|---|---|---|---|
| body : b2BodyDef [static] | b2Def | ||
| circle : b2CircleShape [static] | b2Def | ||
| distanceInput : b2DistanceInput [static] | b2Def | ||
| distanceJoint : b2DistanceJointDef [static] | b2Def | ||
| distanceOutput : b2DistanceOutput [static] | b2Def | ||
| edge : b2EdgeShape [static] | b2Def | ||
| fixture : b2FixtureDef [static] | b2Def | ||
| frictionJoint : b2FrictionJointDef [static] | b2Def | ||
| gearJoint : b2GearJointDef [static] | b2Def | ||
| lineJoint : b2LineJointDef [static] | b2Def | ||
| loop : b2LoopShape [static] | b2Def | ||
| mouseJoint : b2MouseJointDef [static] | b2Def | ||
| polygon : b2PolygonShape [static] | b2Def | ||
| prismaticJoint : b2PrismaticJointDef [static] | b2Def | ||
| pulleyJoint : b2PulleyJointDef [static] | b2Def | ||
| revoluteJoint : b2RevoluteJointDef [static] | b2Def | ||
| simplexCache : b2SimplexCache [static] | b2Def | ||
| weldJoint : b2WeldJointDef [static] | b2Def | ||
| Method | Defined By | ||
|---|---|---|---|
destroy():void [static]
Destroy all definitions. | b2Def | ||
initialize():void [static]
Create static definition objects. | b2Def | ||
| body | property |
public static var body:b2BodyDef| circle | property |
public static var circle:b2CircleShape| distanceInput | property |
public static var distanceInput:b2DistanceInput| distanceJoint | property |
public static var distanceJoint:b2DistanceJointDef| distanceOutput | property |
public static var distanceOutput:b2DistanceOutput| edge | property |
public static var edge:b2EdgeShape| fixture | property |
public static var fixture:b2FixtureDef| frictionJoint | property |
public static var frictionJoint:b2FrictionJointDef| gearJoint | property |
public static var gearJoint:b2GearJointDef| lineJoint | property |
public static var lineJoint:b2LineJointDef| loop | property |
public static var loop:b2LoopShape| mouseJoint | property |
public static var mouseJoint:b2MouseJointDef| polygon | property |
public static var polygon:b2PolygonShape| prismaticJoint | property |
public static var prismaticJoint:b2PrismaticJointDef| pulleyJoint | property |
public static var pulleyJoint:b2PulleyJointDef| revoluteJoint | property |
public static var revoluteJoint:b2RevoluteJointDef| simplexCache | property |
public static var simplexCache:b2SimplexCache| weldJoint | property |
public static var weldJoint:b2WeldJointDef| destroy | () | method |
public static function destroy():voidDestroy all definitions.
| initialize | () | method |
public static function initialize():voidCreate static definition objects. Can be re-called to re-initialize.