Namespace: | Sirenix.Reflection.Editor |
Assembly: | Sirenix.Reflection.Editor |
public static class EditorGUI_Internals
public static string kDoubleFieldFormatString { get; }
public static string kFloatFieldFormatString { get; }
public static string kIntFieldFormatString { get; }
public static int ObjectFieldHash { get; }
public static TextEditor RecycledEditor { get; }
public static string s_AllowedCharactersForFloat { get; }
public static string s_AllowedCharactersForInt { get; }
public static string DoTextField(int id, Rect position, string text, GUIStyle style, string allowedLetters, out bool changed, bool reset, bool multiline, bool passwordField)
System.Int32 | id | |
UnityEngine.Rect | position | |
System.String | text | |
UnityEngine.GUIStyle | style | |
System.String | allowedLetters | |
System.Boolean | changed | |
System.Boolean | reset | |
System.Boolean | multiline | |
System.Boolean | passwordField |
System.String |
public static void DragNumberValue(Rect dragHotZone, int id, bool isDouble, ref double doubleVal, ref long longVal, double dragSensitivity)
UnityEngine.Rect | dragHotZone | |
System.Int32 | id | |
System.Boolean | isDouble | |
System.Double | doubleVal | |
System.Int64 | longVal | |
System.Double | dragSensitivity |
public static double GetFloatDragSensitivity()
System.Double |
public static double GetIntDragSensitivity()
System.Double |
public static bool RecycledEditor_IsEditingControl(int id)
System.Int32 | id |
System.Boolean |