C# 클래스 HorizontalScope, UnityDecompiled

Disposable helper class for managing BeginHorizontal / EndHorizontal.

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

공개 메소드들

메소드 설명
HorizontalScope ( )

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( GUIStyle, style )

Create a new HorizontalScope and begin the corresponding horizontal group.

보호된 메소드들

메소드 설명
CloseScope ( ) : void

비공개 메소드들

메소드 설명
HorizontalScope ( GUIContent, content, GUIStyle, style )

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

HorizontalScope() 공개 메소드

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( )

HorizontalScope() 공개 메소드

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( GUIStyle, style )
style GUIStyle, The style to use for background image and padding values. If left out, the background is transparent.