C# Class Borodar.RainbowFolders.Editor.RainbowFoldersPopup

Inheritance: DraggablePopupWindow
Afficher le fichier Open project: PhannGor/unity3d-rainbow-folders Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static GetDraggableWindow ( ) : RainbowFoldersPopup
Résultat RainbowFoldersPopup

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

ShowWithParams() public méthode

public ShowWithParams ( Vector2 position, string paths, int pathIndex ) : void
position UnityEngine.Vector2
paths string
pathIndex int
Résultat void