Path: blob/master/modules/csg/doc_classes/CSGPrimitive3D.xml
10278 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="CSGPrimitive3D" inherits="CSGShape3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Base class for CSG primitives.4</brief_description>5<description>6Parent class for various CSG primitives. It contains code and functionality that is common between them. It cannot be used directly. Instead use one of the various classes that inherit from it.7[b]Note:[/b] CSG nodes are intended to be used for level prototyping. Creating CSG nodes has a significant CPU cost compared to creating a [MeshInstance3D] with a [PrimitiveMesh]. Moving a CSG node within another CSG node also has a significant CPU cost, so it should be avoided during gameplay.8</description>9<tutorials>10<link title="Prototyping levels with CSG">$DOCS_URL/tutorials/3d/csg_tools.html</link>11</tutorials>12<members>13<member name="flip_faces" type="bool" setter="set_flip_faces" getter="get_flip_faces" default="false">14If set, the order of the vertices in each triangle are reversed resulting in the backside of the mesh being drawn.15</member>16</members>17</class>181920