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