Struct CSGBox

A CSG Box shape.

struct CSGBox ;

This node allows you to create a box for use with the CSG system.

Properties

NameTypeDescription
depth[get, set] doubleDepth of the box measured from the center of the box.
height[get, set] doubleHeight of the box measured from the center of the box.
width[get, set] doubleWidth of the box measured from the center of the box.

Methods

NameDescription
getDepth
getHeight
getMaterial
getWidth
setDepth
setHeight
setMaterial
setWidth