ExtrudeGeometryOptions constructor
ExtrudeGeometryOptions({})
Implementation
ExtrudeGeometryOptions({
this.curveSegments = 12,
this.steps = 1,
this.depth = 100,
this.bevelEnabled = true,
this.bevelThickness = 6,
num? bevelSize,
this.bevelOffset = 0,
this.extrudePath,
this.bevelSegments = 3,
//this.uvGenerator
}){
this.bevelSize = bevelSize ?? bevelThickness-2;
}