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