C# 클래스 UnityEditor.EditorGUILayout.ToggleGroupScope

상속: UnityEngine.GUI.Scope
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
ToggleGroupScope ( GUIContent label, bool toggle ) : System
ToggleGroupScope ( string label, bool toggle ) : System

보호된 메소드들

메소드 설명
CloseScope ( ) : void

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

ToggleGroupScope() 공개 메소드

public ToggleGroupScope ( GUIContent label, bool toggle ) : System
label UnityEngine.GUIContent
toggle bool
리턴 System

ToggleGroupScope() 공개 메소드

public ToggleGroupScope ( string label, bool toggle ) : System
label string
toggle bool
리턴 System