StaticBody constructor

StaticBody()

Implementation

StaticBody() : super(mass: 0, moment: 0) {
  setType(BodyType.static);
}