2018-05-12 09:38:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="CSGBox" inherits="CSGPrimitive" category="Core" version="3.2">
|
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>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="depth" type="float" setter="set_depth" getter="get_depth">
|
2018-07-19 11:31:12 +02:00
|
|
|
Depth of the box measured from the center of the box.
|
2018-05-12 09:38:00 +02:00
|
|
|
</member>
|
|
|
|
<member name="height" type="float" setter="set_height" getter="get_height">
|
2018-07-19 11:31:12 +02:00
|
|
|
Height of the box measured from the center of the box.
|
2018-05-12 09:38:00 +02:00
|
|
|
</member>
|
|
|
|
<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>
|
|
|
|
<member name="width" type="float" setter="set_width" getter="get_width">
|
2018-07-19 11:31:12 +02:00
|
|
|
Width of the box measured from the center of the box.
|
2018-05-12 09:38:00 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|