Example #1
0
 public static bool Toggle(GUIContent label, ref bool value, GUIStyle style)
 {
     return(EditorGUILayoutToggleScope.Toggle(label, ref value, style));
 }
Example #2
0
 public static bool Toggle(ref bool value)
 {
     return(EditorGUILayoutToggleScope.Toggle(ref value));
 }
Example #3
0
 public static bool Toggle(string label, ref bool value)
 {
     return(EditorGUILayoutToggleScope.Toggle(label, ref value));
 }