Version: 2023.2
public float floatValue ;

描述

浮点属性的值。

Contains a valid value when propertyType is SerializedPropertyType.Float. For accessing float properties. If you are accessing double precision properties use doubleValue instead.



Additional resources: doubleValue, propertyType, SerializedPropertyType.Float, SerializedPropertyNumericType.Float.