SerializedProperty.floatValue
public float floatValue;
Description 描述
Value of a float property.
Contains a valid value when propertyType is SerializedPropertyType.Float.
For accessing float properties. If you are accessing double properties use doubleValue instead.
See Also: doubleValue, propertyType, SerializedPropertyType.Float.