godot/modules/csg/doc_classes/CSGPrimitive.xml

20 lines
492 B
XML
Raw Normal View History

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="CSGPrimitive" inherits="CSGShape" category="Core" version="3.2">
2018-05-12 09:38:00 +02:00
<brief_description>
Base class for CSG primitives.
2018-05-12 09:38:00 +02:00
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="invert_faces" type="bool" setter="set_invert_faces" getter="is_inverting_faces" default="false">
Invert the faces of the mesh.
2018-05-12 09:38:00 +02:00
</member>
</members>
<constants>
</constants>
</class>