ViewProperty

annotation class ViewProperty(val min: Double = 0.0, val max: Double = 2000.0, val clampMin: Boolean = false, val clampMax: Boolean = false, val decimalPlaces: Int = 2, val groupName: String = "", val order: Int = 0, val name: String = "", val editable: Boolean = true)

Used by the debugger to make a property to appear in the debug panel.

Properties

Link copied to clipboard
val clampMax: Boolean = false
Link copied to clipboard
val clampMin: Boolean = false
Link copied to clipboard
Link copied to clipboard
val editable: Boolean = true
Link copied to clipboard
Link copied to clipboard
val max: Double = 2000.0
Link copied to clipboard
val min: Double = 0.0
Link copied to clipboard
Link copied to clipboard
val order: Int = 0