Property | Type | Description | |
---|---|---|---|
dirStyle | GUIStyle | ||
dirTexture | |||
driveStyle | GUIStyle | ||
driveTexture | |||
fileStyle | GUIStyle | ||
fileTexture | |||
filterRegexString | string | ||
gSkin | |||
location | string | ||
parentTexture | |||
path | string | ||
visible | bool | ||
winId | int | ||
winRect | Rect |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DoMyWindow ( int windowID ) : void | ||
FileBrowser ( string location, int spaceNum, int index ) : void | ||
OnGUI ( ) : void | ||
OpenFileWindow ( string location ) : void | ||
setFileMode ( int _fileMode ) : void |
Method | Description | |
---|---|---|
CheckMouseClick ( ) : IEnumerator | ||
DoOpen ( ) : void | ||
DoSave ( ) : void | ||
SelectList ( ICollection list, object selected, GUIStyle style, Texture image, int spaceNum ) : object |
public FileBrowser ( string location, int spaceNum, int index ) : void | ||
location | string | |
spaceNum | int | |
index | int | |
return | void |
public OpenFileWindow ( string location ) : void | ||
location | string | |
return | void |
public Texture2D,UnityEngine parentTexture | ||
return |