Enumeration of rigid body types.

Static variables

staticread onlyDYNAMIC:BodyType

Standard dynamic object, this object will be effected by the physics as usual.

staticread onlyKINEMATIC:BodyType

Kinematic objects are static objects which 'are' permitted to move, you have complete control over their velocity to make them move how you wish and are not effected by any physics.

staticread onlySTATIC:BodyType

Static objects are not permitted to move, and due to this several optimisations can be made for them.

Constructor

new()

@private

Methods

@:keeptoString():String

@private