summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes/CSGMesh.xml
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2020-01-22 22:12:52 -0800
committerRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-23 13:54:17 +0100
commit6b66957b857219d0ac6693a0266afed396d39091 (patch)
tree8139dd19b38c43fb22a4d9443138ed48e5160718 /modules/csg/doc_classes/CSGMesh.xml
parente7e8318546cef3aa482d71c5b0ddd5a664e241eb (diff)
Finish documenting CSG* and *probes
Diffstat (limited to 'modules/csg/doc_classes/CSGMesh.xml')
-rw-r--r--modules/csg/doc_classes/CSGMesh.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGMesh.xml b/modules/csg/doc_classes/CSGMesh.xml
index afe0bc262d..aae730aa49 100644
--- a/modules/csg/doc_classes/CSGMesh.xml
+++ b/modules/csg/doc_classes/CSGMesh.xml
@@ -12,9 +12,10 @@
</methods>
<members>
<member name="material" type="Material" setter="set_material" getter="get_material">
+ The [Material] used in drawing the CSG shape.
</member>
<member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh">
- The mesh resource to use as a CSG shape.
+ The [Mesh] resource to use as a CSG shape.
</member>
</members>
<constants>