浏览代码

doc: Sync classref with current source

Rémi Verschelde 5 年之前
父节点
当前提交
07aa524a42
共有 5 个文件被更改,包括 31 次插入0 次删除
  1. 8 0
      doc/classes/EditorExportPlugin.xml
  2. 2 0
      doc/classes/HSlider.xml
  3. 13 0
      doc/classes/JNISingleton.xml
  4. 6 0
      doc/classes/Skeleton.xml
  5. 2 0
      doc/classes/VSlider.xml

+ 8 - 0
doc/classes/EditorExportPlugin.xml

@@ -94,6 +94,14 @@
 			<description>
 			</description>
 		</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">
 			<return type="void">
 			</return>

+ 2 - 0
doc/classes/HSlider.xml

@@ -19,6 +19,8 @@
 		<theme_item name="grabber_area" type="StyleBox">
 			The background of the area to the left of the grabber.
 		</theme_item>
+		<theme_item name="grabber_area_highlight" type="StyleBox">
+		</theme_item>
 		<theme_item name="grabber_disabled" type="Texture">
 			The texture for the grabber when it's disabled.
 		</theme_item>

+ 13 - 0
doc/classes/JNISingleton.xml

@@ -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>

+ 6 - 0
doc/classes/Skeleton.xml

@@ -38,6 +38,12 @@
 				Clear all the bones in this skeleton.
 			</description>
 		</method>
+		<method name="clear_bones_global_pose_override">
+			<return type="void">
+			</return>
+			<description>
+			</description>
+		</method>
 		<method name="find_bone" qualifiers="const">
 			<return type="int">
 			</return>

+ 2 - 0
doc/classes/VSlider.xml

@@ -23,6 +23,8 @@
 		<theme_item name="grabber_area" type="StyleBox">
 			The background of the area below the grabber.
 		</theme_item>
+		<theme_item name="grabber_area_highlight" type="StyleBox">
+		</theme_item>
 		<theme_item name="grabber_disabled" type="Texture">
 			The texture for the grabber when it's disabled.
 		</theme_item>