CSGPrimitive.xml 495 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CSGPrimitive" inherits="CSGShape" category="Core" version="3.1">
  3. <brief_description>
  4. Base class for CSG primitives.
  5. </brief_description>
  6. <description>
  7. </description>
  8. <tutorials>
  9. </tutorials>
  10. <demos>
  11. </demos>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="invert_faces" type="bool" setter="set_invert_faces" getter="is_inverting_faces">
  16. Invert the faces of the mesh.
  17. </member>
  18. </members>
  19. <constants>
  20. </constants>
  21. </class>