From 325f6c6581ab4a22665ca59cd9859b6605a58841 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 23 Apr 2019 16:39:09 -0300 Subject: Added inspector plugin documentation. Fixed plugin bindings. --- modules/csg/doc_classes/CSGMesh.xml | 2 ++ modules/csg/doc_classes/CSGShape.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/csg/doc_classes') diff --git a/modules/csg/doc_classes/CSGMesh.xml b/modules/csg/doc_classes/CSGMesh.xml index c1f04d724a..afe0bc262d 100644 --- a/modules/csg/doc_classes/CSGMesh.xml +++ b/modules/csg/doc_classes/CSGMesh.xml @@ -11,6 +11,8 @@ + + The mesh resource to use as a CSG shape. diff --git a/modules/csg/doc_classes/CSGShape.xml b/modules/csg/doc_classes/CSGShape.xml index 2311830ae0..7fa7c78534 100644 --- a/modules/csg/doc_classes/CSGShape.xml +++ b/modules/csg/doc_classes/CSGShape.xml @@ -1,5 +1,5 @@ - + The CSG base class. -- cgit v1.2.3