mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
Merge pull request #49605 from likeich/jnisingleton_docs
Wrote JNISingleton docs
This commit is contained in:
commit
43a9a9f680
@ -1,10 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="JNISingleton" inherits="Object" version="4.0">
|
||||
<brief_description>
|
||||
Singleton that connects the engine with Android plugins to interface with native Android code.
|
||||
</brief_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>
|
||||
<tutorials>
|
||||
<link title="Creating Android plugins">https://docs.godotengine.org/en/latest/tutorials/platform/android/android_plugin.html#doc-android-plugin</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
|
Loading…
Reference in New Issue
Block a user