BodyType class
class BodyType { BodyType(); static const int STATIC = 0; static const int KINEMATIC = 1; static const int DYNAMIC = 2; }
Static Properties
const int DYNAMIC #
static const int DYNAMIC = 2;
const int KINEMATIC #
static const int KINEMATIC = 1;
const int STATIC #
static const int STATIC = 0;
Constructors
new BodyType() #
BodyType();