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