2018-05-12 09:38:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-03-30 18:22:57 +02:00
|
|
|
<class name="CSGBox3D" inherits="CSGPrimitive3D" version="4.0">
|
2018-05-12 09:38:00 +02:00
|
|
|
<brief_description>
|
2018-07-19 11:31:12 +02:00
|
|
|
A CSG Box shape.
|
2018-05-12 09:38:00 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2018-07-19 11:31:12 +02:00
|
|
|
This node allows you to create a box for use with the CSG system.
|
2018-05-12 09:38:00 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
2019-07-15 20:42:47 +02:00
|
|
|
<member name="material" type="Material" setter="set_material" getter="get_material">
|
2018-07-19 11:31:12 +02:00
|
|
|
The material used to render the box.
|
2018-05-12 09:38:00 +02:00
|
|
|
</member>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="size" type="Vector3" setter="set_size" getter="get_size" default="Vector3(2, 2, 2)">
|
2020-12-07 19:54:12 +01:00
|
|
|
The box's width, height and depth.
|
2018-05-12 09:38:00 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|