BoxShape¶
Inherits: Shape < Resource < Reference < Object
Box shape resource.
Description¶
3D box shape that can be a child of a PhysicsBody or Area.
Tutorials¶
Properties¶
|
Property Descriptions¶
Vector3 extents = Vector3( 1, 1, 1 )
The box's half extents. The width, height and depth of this shape is twice the half extents.