Detect-Collisions
    Preparing search index...

    Interface BoxConstructor<TBox>

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

    Type Parameters

    • TBox extends Box
    Index

    Constructors

    Constructors