TypeBuilders.FloatProp
@RequiresSchemaVersion(major = 1, minor = 0)
class TypeBuilders.FloatProp
A float type.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
DynamicBuilders.DynamicFloat? |
Gets the dynamic value. |
Float |
getValue()Gets the static value. |
String |
toString() |
Public functions
getDynamicValue
Added in 1.0.0
fun getDynamicValue(): DynamicBuilders.DynamicFloat?
Gets the dynamic value. Note that when setting this value, the static value is still required to be set to support older renderers that only read the static value. If
dynamicValue has an invalid result, the provided static value will be used instead.