C# Class Borodar.RainbowFolders.Editor.RainbowFoldersPopup

Inheritance: DraggablePopupWindow
Exibir arquivo Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Public Methods

Method Description
GetDraggableWindow ( ) : RainbowFoldersPopup
OnGUI ( ) : void
ShowWithParams ( Vector2 position, string paths, int pathIndex ) : void

Private Methods

Method Description
ButtonApply ( Rect rect ) : void
ButtonCancel ( Rect rect ) : void
ButtonDefault ( Rect rect ) : void
ButtonPresets ( Rect rect ) : void
ButtonSettings ( Rect rect ) : void

Method Details

GetDraggableWindow() public static method

public static GetDraggableWindow ( ) : RainbowFoldersPopup
return RainbowFoldersPopup

OnGUI() public method

public OnGUI ( ) : void
return void

ShowWithParams() public method

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