Interface DrawOptions

interface DrawOptions {
    clampToGround?: boolean;
    showShape?: boolean;
    type?: DrawType;
}

Properties

clampToGround?: boolean
showShape?: boolean
type?: DrawType