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

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

The newest version!
package godot.annotation


/**
 * Mark a registered property as exported and thus visible in the inspector.
 *
 * Only core types and references can be exported.
 *
 * The property needs to have the @[RegisterProperty] annotation added as well
 */
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.FIELD)
@Retention(AnnotationRetention.RUNTIME)
annotation class Export




© 2015 - 2024 Weber Informatics LLC | Privacy Policy