godot/platform/android/api
Fredia Huya-Kouadio 23cea1b9d2 Additional fixes and improvements to JavaClassWrapper
- Fix crashing bug when invoking class constructor with parameters
- Add support for accessing class constants
- Add support for Godot Callable arguments. A Godot Callable can be wrapped by a Java Runnable to allow Java logic to run arbitrary Godot lambdas
- Automatically convert java.lang.CharSequence to Godot String as needed
- Code cleanup
2024-12-17 18:46:34 -08:00
..
api.cpp Additional fixes and improvements to JavaClassWrapper 2024-12-17 18:46:34 -08:00
api.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
java_class_wrapper.h Additional fixes and improvements to JavaClassWrapper 2024-12-17 18:46:34 -08:00
jni_singleton.h Remove the restriction on supported types for Godot Android plugins 2024-09-29 14:32:10 -07:00