Inheritance
FloatProperty
Inherited Members
DiagnosticsProperty<Nullable<Single>>.lazy(String, ComputePropertyValueCallback<Nullable<Single>>, String, String, String, Boolean, Boolean, Object, String, Boolean, DiagnosticsTreeStyle, DiagnosticLevel)
public class FloatProperty : _NumProperty<float? >
Constructors
Declaration
public FloatProperty(string name, float? value, string ifNull = null, string unit = null, string tooltip = null, object defaultValue = null, bool showName = true, DiagnosticLevel level = DiagnosticLevel.info)
Parameters
Methods
Declaration
public static FloatProperty lazy(string name, ComputePropertyValueCallback<float? > computeValue, string ifNull = null, bool showName = true, string unit = null, string tooltip = null, object defaultValue = null, DiagnosticLevel level = DiagnosticLevel.info)
Parameters
Returns
Declaration
protected override string numberToString()
Returns
Overrides
Unity.UIWidgets.foundation._NumProperty<System.Nullable<System.Single>>.numberToString()