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