Interface BoxConstructor<TBox>

interface BoxConstructor<TBox> {
    new BoxConstructornew (position: PotentialVector, width: number, height: number, options?: BodyOptions<any>): TBox;
}

Type Parameters

  • TBox extends Box

Constructors

Constructors