class nape.phys.BodyType

Available on all platforms

Enumeration of rigid body types.

Class Fields

static var DYNAMIC:BodyType

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

static var 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.

static var STATIC:BodyType

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

Instance Fields

function new():Void

@private

function toString():String

@private