C# 클래스 Borodar.RainbowFolders.Editor.RainbowFoldersPopup

상속: DraggablePopupWindow
파일 보기 프로젝트 열기: PhannGor/unity3d-rainbow-folders 1 사용 예제들

공개 메소드들

메소드 설명
GetDraggableWindow ( ) : RainbowFoldersPopup
OnGUI ( ) : void
ShowWithParams ( Vector2 position, string paths, int pathIndex ) : void

비공개 메소드들

메소드 설명
ButtonApply ( Rect rect ) : void
ButtonCancel ( Rect rect ) : void
ButtonDefault ( Rect rect ) : void
ButtonPresets ( Rect rect ) : void
ButtonSettings ( Rect rect ) : void

메소드 상세

GetDraggableWindow() 공개 정적인 메소드

public static GetDraggableWindow ( ) : RainbowFoldersPopup
리턴 RainbowFoldersPopup

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

ShowWithParams() 공개 메소드

public ShowWithParams ( Vector2 position, string paths, int pathIndex ) : void
position UnityEngine.Vector2
paths string
pathIndex int
리턴 void