- getDepth
double getDepth()
- getHeight
double getHeight()
- getMaterial
Ref!Material getMaterial()
- getWidth
double getWidth()
- opAssign
CSGBox opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CSGBox other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDepth
void setDepth(double depth)
- setHeight
void setHeight(double height)
- setMaterial
void setMaterial(Material material)
- setWidth
void setWidth(double width)
A CSG Box shape.
This node allows you to create a box for use with the CSG system.