ParameterValue
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)(source)