Dart Documentationsystem_verletBody

Body class

class Body extends Component {
 static final CT = ComponentTypeManager.getTypeFor(Body);

 final List<Vector3> shape;

 Body(this.shape);
}

Extends

Component > Body

Static Properties

final CT #

static final CT = ComponentTypeManager.getTypeFor(Body)

Constructors

new Body(List<Vector3> shape) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
Body(this.shape);

Properties

final List<Vector3> shape #

final List<Vector3> shape