ParameterValue
@Serializable
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, intListValue: MutableList<Int>? = null, stringListValue: MutableList<String>? = null, textValue: String? = null, optionValue: String? = null, minValue: Double? = null, maxValue: Double? = null, selectedIndex: Int? = null, listElementType: String? = null)