EndLayoutGroup() 정적인 개인적인 메소드

static private EndLayoutGroup ( ) : void
리턴 void
예제 #1
0
 // Close a group started with BeginVertical
 public static void EndVertical()
 {
     GUILayoutUtility.EndLayoutGroup();
 }
예제 #2
0
 internal static void EndScrollView(bool handleScrollWheel)
 {
     GUILayoutUtility.EndLayoutGroup();
     GUI.EndScrollView(handleScrollWheel);
 }
예제 #3
0
 // Close a group started with BeginHorizontal
 public static void EndHorizontal()
 {
     GUILayoutUtility.EndLayoutGroup();
 }