Draws values decorated with ProgressBarAttribute.
namespace Sirenix.OdinInspector.Editor.Drawers
{
public sealed class ProgressBarAttributeLongDrawer : BaseProgressBarAttributeDrawer<long>
}
Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector
Version: 2.0.0.0
Return Type | Definition | Description |
---|---|---|
double | ConvertToDouble(long) | Converts the generic value to a double. |
long | DrawProgressBar(Rect, GUIContent, double, double, ProgressBarConfig, string) | Draws a progress bar for a long property. |