Struct CSGBox
A CSG Box shape.
struct CSGBox
;
This node allows you to create a box for use with the CSG system.
Properties
| Name | Type | Description |
|---|---|---|
depth[get, set]
|
double | Depth of the box measured from the center of the box. |
height[get, set]
|
double | Height of the box measured from the center of the box. |
width[get, set]
|
double | Width of the box measured from the center of the box. |
Methods
| Name | Description |
|---|---|
getDepth
|
|
getHeight
|
|
getMaterial
|
|
getWidth
|
|
setDepth
|
|
setHeight
|
|
setMaterial
|
|
setWidth
|