From 4eff57d39bb608afdaae8b29f9226481a1520c0b Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 14 Jun 2021 12:44:32 -0400 Subject: Wrote JNISinglton docs I added a few descriptions and links to the empty JNISingleton class doc. --- doc/classes/JNISingleton.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/JNISingleton.xml b/doc/classes/JNISingleton.xml index 84ab1a49c1..fbf18ddc03 100644 --- a/doc/classes/JNISingleton.xml +++ b/doc/classes/JNISingleton.xml @@ -1,10 +1,13 @@ + Singleton that connects the engine with Android plugins to interface with native Android code. + 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. + https://docs.godotengine.org/en/latest/tutorials/platform/android/android_plugin.html#doc-android-plugin -- cgit v1.2.3