Exemplo n.º 1
0
 public static bool ToggleLeft(Rect position, string label, ref bool value)
 {
     return(EditorGUIToggleLeftScope.ToggleLeft(position, label, ref value));
 }
Exemplo n.º 2
0
 public static bool ToggleLeft(Rect position, GUIContent label, ref bool value, GUIStyle labelStyle)
 {
     return(EditorGUIToggleLeftScope.ToggleLeft(position, label, ref value, labelStyle));
 }