class nape.phys.InertiaMode

Available on all platforms

Enumeration of InertiaMode values for a Body.

Class Fields

static var DEFAULT:InertiaMode

Default method of computation. *

* Moment of inertia will be computed based on Body's Shape's inertias and densities.

static var FIXED:InertiaMode

Fixed method of computation. *

* Moment of inertia set by user.

Instance Fields

function new():Void

@private

function toString():String

@private