Version 3.3.0.2

UnitAttributeDoubleDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class UnitAttributeDoubleDrawer : UnitAttributeDrawer<double>, IDefinesGenericMenuItems
Inheritance

Constructors

UnitAttributeDoubleDrawer()
public UnitAttributeDoubleDrawer()

Methods

DrawField(FieldExpressionContext, GUIContent, Double, UnitInfo, UnitInfo)
protected override double DrawField(FieldExpressionContext fieldExpressionContext, GUIContent label, double value, UnitInfo baseUnitInfo, UnitInfo displayUnitInfo)
Parameters
FieldExpressionContext fieldExpressionContext

UnityEngine.GUIContent label

System.Double value

UnitInfo baseUnitInfo

UnitInfo displayUnitInfo

Returns
System.Double

Extension Methods