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