| Constant | Defined by | ||
|---|---|---|---|
| ABSTRACT_PARTICLE : String = "abstract_particle" [static]
| CollisionType | ||
| CIRCLE : String = "circle" [static]
| CollisionType | ||
| CUBIC_BEZIER_CURVE : String = "cubic_bezier_curve" [static]
| CollisionType | ||
| RIGID_BODY : String = "rigid_body" [static]
| CollisionType | ||
| ABSTRACT_PARTICLE | constant |
public static const ABSTRACT_PARTICLE:String = "abstract_particle"
| CIRCLE | constant |
public static const CIRCLE:String = "circle"
| CUBIC_BEZIER_CURVE | constant |
public static const CUBIC_BEZIER_CURVE:String = "cubic_bezier_curve"
| RIGID_BODY | constant |
public static const RIGID_BODY:String = "rigid_body"