Documentation
    Preparing search index...

    No description provided.

    interface DrawOptions {
        color: Color3;
        overlay: boolean;
        worldMatrix: Matrix4;
    }
    Index
    color: Color3

    Color used when drawing debug geometry.

    overlay: boolean

    Draw debug geometry over the top of everything else in the scene.

    worldMatrix: Matrix4

    World matrix to transform all debug geometry.