diff options
author | Juan Linietsky <reduzio@gmail.com> | 2019-04-23 16:39:09 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2019-04-23 16:39:09 -0300 |
commit | 325f6c6581ab4a22665ca59cd9859b6605a58841 (patch) | |
tree | ee23c43db799e402c4de6ae1b0cc7938c4e35f2b /modules/csg/doc_classes | |
parent | f2c26098a927f49d7ceeda44b94349c1ba64ebf1 (diff) |
Added inspector plugin documentation.
Fixed plugin bindings.
Diffstat (limited to 'modules/csg/doc_classes')
-rw-r--r-- | modules/csg/doc_classes/CSGMesh.xml | 2 | ||||
-rw-r--r-- | modules/csg/doc_classes/CSGShape.xml | 2 |
2 files changed, 3 insertions, 1 deletions
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 @@ <methods> </methods> <members> + <member name="material" type="Material" setter="set_material" getter="get_material"> + </member> <member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh"> The mesh resource to use as a CSG shape. </member> 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 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="CSGShape" inherits="VisualInstance" category="Core" version="3.2"> +<class name="CSGShape" inherits="GeometryInstance" category="Core" version="3.2"> <brief_description> The CSG base class. </brief_description> |