CSGBox.xml 980 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CSGBox" inherits="CSGPrimitive" category="Core" version="3.1">
  3. <brief_description>
  4. A CSG Box shape.
  5. </brief_description>
  6. <description>
  7. This node allows you to create a box for use with the CSG system.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="depth" type="float" setter="set_depth" getter="get_depth">
  17. Depth of the box measured from the center of the box.
  18. </member>
  19. <member name="height" type="float" setter="set_height" getter="get_height">
  20. Height of the box measured from the center of the box.
  21. </member>
  22. <member name="material" type="Material" setter="set_material" getter="get_material">
  23. The material used to render the box.
  24. </member>
  25. <member name="width" type="float" setter="set_width" getter="get_width">
  26. Width of the box measured from the center of the box.
  27. </member>
  28. </members>
  29. <constants>
  30. </constants>
  31. </class>