C# 클래스 GroupScope, VimConfig

상속: GUI.Scope
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
GroupScope ( Rect, position )
GroupScope ( Rect, position, GUIContent, content )
GroupScope ( Rect, position, GUIStyle, style )
GroupScope ( Rect, position, Texture, image )
GroupScope ( Rect, position, Texture, image, GUIStyle, style )
GroupScope ( Rect, position, string text )
GroupScope ( Rect, position, string text, GUIStyle, style )

보호된 메소드들

메소드 설명
CloseScope ( ) : void

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

GroupScope() 공개 메소드

public GroupScope ( Rect, position )
position Rect,

GroupScope() 공개 메소드

public GroupScope ( Rect, position, GUIContent, content )
position Rect,
content GUIContent,

GroupScope() 공개 메소드

public GroupScope ( Rect, position, GUIStyle, style )
position Rect,
style GUIStyle,

GroupScope() 공개 메소드

public GroupScope ( Rect, position, Texture, image )
position Rect,
image Texture,

GroupScope() 공개 메소드

public GroupScope ( Rect, position, Texture, image, GUIStyle, style )
position Rect,
image Texture,
style GUIStyle,

GroupScope() 공개 메소드

public GroupScope ( Rect, position, string text )
position Rect,
text string

GroupScope() 공개 메소드

public GroupScope ( Rect, position, string text, GUIStyle, style )
position Rect,
text string
style GUIStyle,