ExtrudeGeometryOptions class

Implementers

Constructors

ExtrudeGeometryOptions({int curveSegments = 12, int steps = 1, num depth = 100, bool bevelEnabled = true, num bevelThickness = 6, num? bevelSize, num bevelOffset = 0, Curve? extrudePath, int bevelSegments = 3})

Properties

bevelEnabled → bool
final
bevelOffset → num
final
bevelSegments → int
final
bevelSize ↔ num
latefinal
bevelThickness → num
final
curveSegments → int
final
depth → num
final
extrudePath → Curve?
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
steps → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited