浏览代码

Wrote JNISinglton docs

I added a few descriptions and links to the empty JNISingleton class doc.
Kyle 4 年之前
父节点
当前提交
4eff57d39b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      doc/classes/JNISingleton.xml

+ 3 - 0
doc/classes/JNISingleton.xml

@@ -1,10 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <?xml version="1.0" encoding="UTF-8" ?>
 <class name="JNISingleton" inherits="Object" version="4.0">
 <class name="JNISingleton" inherits="Object" version="4.0">
 	<brief_description>
 	<brief_description>
+		Singleton that connects the engine with Android plugins to interface with native Android code.
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
+		The JNISingleton is implemented only in the Android export. It's used to call methods and connect signals from an Android plugin written in Java or Kotlin. Methods and signals can be called and connected to the JNISingleton as if it is a Node. See [url=https://en.wikipedia.org/wiki/Java_Native_Interface]Java Native Interface - Wikipedia[/url] for more information.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
+		<link title="Creating Android plugins">https://docs.godotengine.org/en/latest/tutorials/platform/android/android_plugin.html#doc-android-plugin</link>
 	</tutorials>
 	</tutorials>
 	<methods>
 	<methods>
 	</methods>
 	</methods>