mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Implement has_java_method(...) for JavaClassWrapper and JNISingleton
This commit is contained in:
parent
d7382aa058
commit
0622cee189
8 changed files with 134 additions and 30 deletions
|
|
@ -51,7 +51,7 @@ class AndroidRuntimePlugin(godot: Godot) : GodotPlugin(godot) {
|
|||
* Provides access to the host [android.app.Activity] to GDScript
|
||||
*/
|
||||
@UsedByGodot
|
||||
override fun getActivity() = super.getActivity()
|
||||
public override fun getActivity() = super.getActivity()
|
||||
|
||||
/**
|
||||
* Utility method used to create [Runnable] from Godot [Callable].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue