Struct BoxShape

Box shape resource.

struct BoxShape ;

3D box shape that can be a child of a PhysicsBody or Area.

Properties

NameTypeDescription
extents[get, set] Vector3The box's half extents. The width, height and depth of this shape is twice the half extents.

Methods

NameDescription
getExtents
setExtents