doc: Sync classref with current source
This commit is contained in:
parent
25b353fd32
commit
07aa524a42
|
@ -94,6 +94,14 @@
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="add_ios_project_static_lib">
|
||||||
|
<return type="void">
|
||||||
|
</return>
|
||||||
|
<argument index="0" name="path" type="String">
|
||||||
|
</argument>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="add_shared_object">
|
<method name="add_shared_object">
|
||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
<theme_item name="grabber_area" type="StyleBox">
|
<theme_item name="grabber_area" type="StyleBox">
|
||||||
The background of the area to the left of the grabber.
|
The background of the area to the left of the grabber.
|
||||||
</theme_item>
|
</theme_item>
|
||||||
|
<theme_item name="grabber_area_highlight" type="StyleBox">
|
||||||
|
</theme_item>
|
||||||
<theme_item name="grabber_disabled" type="Texture">
|
<theme_item name="grabber_disabled" type="Texture">
|
||||||
The texture for the grabber when it's disabled.
|
The texture for the grabber when it's disabled.
|
||||||
</theme_item>
|
</theme_item>
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<class name="JNISingleton" inherits="Object" version="3.2">
|
||||||
|
<brief_description>
|
||||||
|
</brief_description>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
<tutorials>
|
||||||
|
</tutorials>
|
||||||
|
<methods>
|
||||||
|
</methods>
|
||||||
|
<constants>
|
||||||
|
</constants>
|
||||||
|
</class>
|
|
@ -38,6 +38,12 @@
|
||||||
Clear all the bones in this skeleton.
|
Clear all the bones in this skeleton.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="clear_bones_global_pose_override">
|
||||||
|
<return type="void">
|
||||||
|
</return>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="find_bone" qualifiers="const">
|
<method name="find_bone" qualifiers="const">
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
<theme_item name="grabber_area" type="StyleBox">
|
<theme_item name="grabber_area" type="StyleBox">
|
||||||
The background of the area below the grabber.
|
The background of the area below the grabber.
|
||||||
</theme_item>
|
</theme_item>
|
||||||
|
<theme_item name="grabber_area_highlight" type="StyleBox">
|
||||||
|
</theme_item>
|
||||||
<theme_item name="grabber_disabled" type="Texture">
|
<theme_item name="grabber_disabled" type="Texture">
|
||||||
The texture for the grabber when it's disabled.
|
The texture for the grabber when it's disabled.
|
||||||
</theme_item>
|
</theme_item>
|
||||||
|
|
Loading…
Reference in New Issue