All Downloads are FREE. Search and download functionalities are using the official Maven repository.

godot.registration.Entry.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0-4.3.0
Show newest version
package godot.registration

import kotlin.reflect.KClass

abstract class Entry {
    class Context(val registry: ClassRegistry)
    abstract fun Context.init()
    abstract fun Context.initEngineTypes()
    abstract fun Context.getRegisteredClasses(): List>

    abstract val classRegistrarCount: Int
    abstract val projectName: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy