Documentation
    Preparing search index...

    No description provided.

    interface IDebugDraw {
        drawPolyLine(
            linePoints: readonly IReadonlyVector3[],
            options?: Partial<DrawOptions>,
        ): void;
        drawWireframe(
            wireframe: IWireframeDrawable,
            options?: Partial<DrawOptions>,
        ): void;
    }

    Implemented by

    Index