Пример #1
0
 public static bool Foldout(ref bool isFoldout, GUIContent content, bool isToggleOnLabelClick,
                            GUIStyle style)
 {
     return(EditorGUILayoutFoldoutScope.Foldout(ref isFoldout, content, isToggleOnLabelClick, style));
 }
Пример #2
0
 public static bool Foldout(ref bool isFoldout, string content, bool isToggleOnLabelClick)
 {
     return(EditorGUILayoutFoldoutScope.Foldout(ref isFoldout, content, isToggleOnLabelClick));
 }
Пример #3
0
 public static bool Foldout(ref bool isFoldout, string content)
 {
     return(EditorGUILayoutFoldoutScope.Foldout(ref isFoldout, content));
 }
Пример #4
0
 public static bool Foldout(ref bool isFoldout, GUIContent content, GUIStyle style)
 {
     return(EditorGUILayoutFoldoutScope.Foldout(ref isFoldout, content, style));
 }