Added inspector plugin documentation.
Fixed plugin bindings.
This commit is contained in:
parent
f2c26098a9
commit
325f6c6581
15 changed files with 162 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue