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