C# 클래스 PreviewGUI, UnityDecompiled

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
CycleButton ( int selected, GUIContent options ) : int
Drag2D ( Vector2 scrollPosition, Rect position ) : Vector2
EndScrollView ( ) : Vector2

비공개 메소드들

메소드 설명
BeginScrollView ( Rect position, Vector2 scrollPosition, Rect viewRect, GUIStyle horizontalScrollbar, GUIStyle verticalScrollbar ) : void

메소드 상세

CycleButton() 공개 정적인 메소드

public static CycleButton ( int selected, GUIContent options ) : int
selected int
options GUIContent
리턴 int

Drag2D() 공개 정적인 메소드

public static Drag2D ( Vector2 scrollPosition, Rect position ) : Vector2
scrollPosition Vector2
position Rect
리턴 Vector2

EndScrollView() 공개 정적인 메소드

public static EndScrollView ( ) : Vector2
리턴 Vector2