ParameterValue

class ParameterValue(var doubleValue: Double? = null, var intValue: Int? = null, var booleanValue: Boolean? = null, var colorValue: ColorRGBa? = null, var vector2Value: Vector2? = null, var vector3Value: Vector3? = null, var vector4Value: Vector4? = null, var doubleListValue: MutableList<Double>? = null, var textValue: String? = null, var optionValue: String? = null, var minValue: Double? = null, var maxValue: Double? = null)(source)

Constructors

Link copied to clipboard
constructor(doubleValue: Double? = null, intValue: Int? = null, booleanValue: Boolean? = null, colorValue: ColorRGBa? = null, vector2Value: Vector2? = null, vector3Value: Vector3? = null, vector4Value: Vector4? = null, doubleListValue: MutableList<Double>? = null, textValue: String? = null, optionValue: String? = null, minValue: Double? = null, maxValue: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var colorValue: ColorRGBa?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var vector2Value: Vector2?
Link copied to clipboard
var vector3Value: Vector3?
Link copied to clipboard
var vector4Value: Vector4?