Property | Type | Description | |
---|---|---|---|
defaultWidth | int | ||
minWidth | int | ||
skin |
Method | Description | |
---|---|---|
AddPath ( String add, int indexOfAdd ) : void | ||
AddScrollPosition ( int indexOfAdd ) : void | ||
AddWidth ( ) : void | ||
DrawBrowser ( int windowID ) : void | ||
GetAllSubDirectoriesAndFiles ( String MainDirectory ) : void | ||
OnGUI ( ) : void | ||
OpenFile ( String mainFolder ) : void | ||
OverwriteDuplicates ( String FTS, String FL ) : void | ||
SaveFile ( String FilePath, String mainFolder ) : void | ||
WalkTheTree ( DirectoryInfo DI ) : void |
Method | Description | |
---|---|---|
AddPathArrays ( Path IN1, Path IN2 ) : Path[] | ||
GetMouseCord ( ) : Vector2 | ||
GetPathIndexesAt ( string Parent ) : int[] | ||
GetRect ( int index, int space, int height ) : Rect |
public AddPath ( String add, int indexOfAdd ) : void | ||
add | String | |
indexOfAdd | int | |
return | void |
public AddScrollPosition ( int indexOfAdd ) : void | ||
indexOfAdd | int | |
return | void |
public GetAllSubDirectoriesAndFiles ( String MainDirectory ) : void | ||
MainDirectory | String | |
return | void |
public OverwriteDuplicates ( String FTS, String FL ) : void | ||
FTS | String | |
FL | String | |
return | void |
public SaveFile ( String FilePath, String mainFolder ) : void | ||
FilePath | String | |
mainFolder | String | |
return | void |
public WalkTheTree ( DirectoryInfo DI ) : void | ||
DI | DirectoryInfo | |
return | void |