Vector2Parameter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Vector2Parameter(val label: String, val min: Double = -1.0, val max: Double = 1.0, val precision: Int = 2, val order: Int = Int.MAX_VALUE)(source)

Properties

Link copied to clipboard
Link copied to clipboard
val max: Double = 1.0
Link copied to clipboard
val min: Double
Link copied to clipboard
val order: Int
Link copied to clipboard
val precision: Int = 2