コード例 #1
0
 public static bool ToggleLeft(string label, ref bool value)
 {
     return(EditorGUILayoutToggleLeftScope.ToggleLeft(label, ref value));
 }
コード例 #2
0
 public static bool ToggleLeft(GUIContent label, ref bool value, GUIStyle labelStyle)
 {
     return(EditorGUILayoutToggleLeftScope.ToggleLeft(label, ref value, labelStyle));
 }