public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) { long value = property.longValue; LSEditorUtility.DoubleField( position, label, ref value, ((FixedNumberAttribute)this.attribute).Timescaled ); property.longValue = value; }