BodyType

nape.phys.BodyType (final class)

Enumeration of rigid body types.

Static Members

nape
STATIC: BodyType

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


nape
DYNAMIC: BodyType

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


nape
KINEMATIC: 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.

Instance Members

nape
toString(): String

@private

Returns
String

nape
new(): Void

@private

Private Members

Metadata

Name Parameters
:final -