godot/doc/classes/JavaClass.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
626 B
XML
Raw Normal View History

2020-01-19 22:19:21 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="JavaClass" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
2020-01-19 22:19:21 +00:00
<brief_description>
Represents an object from the Java Native Interface.
2020-01-19 22:19:21 +00:00
</brief_description>
<description>
Represents an object from the Java Native Interface. It is returned from [method JavaClassWrapper.wrap].
[b]Note:[/b] This class only works on Android. For any other build, this class does nothing.
[b]Note:[/b] This class is not to be confused with [JavaScriptObject].
2020-01-19 22:19:21 +00:00
</description>
<tutorials>
</tutorials>
</class>