godot/modules/csg/doc_classes/CSGPrimitive.xml
2019-07-05 11:34:47 +02:00

20 lines
478 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGPrimitive" inherits="CSGShape" category="Core" version="3.1.2">
<brief_description>
Base class for CSG primitives.
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="invert_faces" type="bool" setter="set_invert_faces" getter="is_inverting_faces">
Invert the faces of the mesh.
</member>
</members>
<constants>
</constants>
</class>