Свойство | Type | Description | |
---|---|---|---|
Filename | string | ||
Path | string |
Méthode | Description | |
---|---|---|
Create ( Mode, mode, string caption, string path, Callback, callback ) : void | ||
Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void | ||
ExtractFilenameFromPath ( string path ) : string | ||
OnGUI ( ) : void | ||
RemoveExtension ( string str ) : string | ||
RemoveLastFolder ( string str ) : string |
Méthode | Description | |
---|---|---|
Cancel ( ) : void | ||
DetectDoubleClick ( ) : bool | ||
DoOpen ( ) : void | ||
DoSave ( ) : void | ||
DoSave ( bool overwriteExisting ) : void | ||
ExecuteCallback ( ) : void | ||
FileBox ( float x, float y, float width, float height ) : void | ||
GoUpOneDir ( ) : void | ||
HasCorrectExtension ( string filename ) : bool | ||
InitGUIStyles ( ) : void | ||
OpenDir ( ) : void |
public static Create ( Mode, mode, string caption, string path, Callback, callback ) : void | ||
mode | Mode, | |
caption | string | |
path | string | |
callback | Callback, | |
Résultat | void |
public static Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void | ||
mode | Mode, | |
caption | string | |
path | string | |
callback | Callback, | |
extension | string | |
Résultat | void |
public static ExtractFilenameFromPath ( string path ) : string | ||
path | string | |
Résultat | string |
public static RemoveExtension ( string str ) : string | ||
str | string | |
Résultat | string |
public static RemoveLastFolder ( string str ) : string | ||
str | string | |
Résultat | string |