godot.core.memory.GodotStatic.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-library-debug Show documentation
Show all versions of godot-library-debug Show documentation
Contains godot api as kotlin classes and jvm cpp interaction code.
package godot.core.memory
internal interface GodotStatic {
fun registerAsSingleton() {
MemoryManager.registerStatic(this)
}
fun collect()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy