check2d
    Preparing search index...

    Interface BoxConstructor<TBox>

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

    Type Parameters

    • TBox extends Box
    Index

    Constructors

    Constructors