This version of Unity is unsupported.

SerializedPropertyType.Float

Description

Float or Double property.

SerializedProperty.type can be used to determine whether the underlying property is a float or a double. See Also: SerializedProperty, SerializedProperty.floatValue, SerializedProperty.doubleValue.