godot-kotlin-project-template/scripts/godot/PrintTextJava.gdj
2024-04-19 22:46:19 +02:00

25 lines
798 B
Text

// THIS FILE IS GENERATED! DO NOT EDIT OR DELETE IT. EDIT OR DELETE THE ASSOCIATED SOURCE CODE FILE INSTEAD
// Note: You can however freely move this file inside your godot project if you want. Keep in mind however, that if you rename the originating source code file, this file will be deleted and regenerated as a new file instead of being updated! Other modifications to the source file however, will result in this file being updated.
registeredName = PrintTextJava
fqName = godot.PrintTextJava
relativeSourcePath = src/main/java/godot/PrintTextJava.java
baseType = Label
supertypes = [
godot.Label,
godot.Control,
godot.CanvasItem,
godot.Node,
godot.Object,
godot.core.KtObject,
kotlin.Any
]
signals = [
]
properties = [
test
]
functions = [
_ready
]