| Namespace: | Sirenix.OdinInspector.Editor.Drawers |
| Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProgressBarAttributeUshortDrawer : BaseProgressBarAttributeDrawer<ushort>
public ProgressBarAttributeUshortDrawer()
protected override double ConvertToDouble(ushort value)
| System.UInt16 | value | The generic value to convert. |
| System.Double | The generic value as a double. |
protected override ushort 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.UInt16 |