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

godot.annotation.Tool.kt Maven / Gradle / Ivy

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


/**
 * Mark a class as tool class.
 *
 * The class needs to have the @[RegisterClass] annotation added as well
 */
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class Tool




© 2015 - 2024 Weber Informatics LLC | Privacy Policy