Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProgressBarAttributeUintDrawer : BaseProgressBarAttributeDrawer<uint>
public ProgressBarAttributeUintDrawer()
protected override double ConvertToDouble(uint value)
System.UInt32 | value | The generic value to convert. |
System.Double | The generic value as a double. |
protected override uint DrawProgressBar(Rect rect, GUIContent label, double min, double max, ProgressBarConfig config, string valueLabel)
UnityEngine.Rect | rect | |
UnityEngine.GUIContent | label | |
System.Double | min | |
System.Double | max | |
ProgressBarConfig | config | |
System.String | valueLabel |
System.UInt32 |