Property | Type | Description | |
---|---|---|---|
m_browserType | FileBrowserType | ||
m_callback | FinishedCallback | ||
m_centredText | GUIStyle, | ||
m_currentDirectory | string | ||
m_currentDirectoryMatches | bool | ||
m_currentDirectoryParts | string[] | ||
m_directories | string[] | ||
m_directoriesWithImages | GUIContent[], | ||
m_directoryImage | Texture2D | ||
m_fileImage | Texture2D | ||
m_filePattern | string | ||
m_files | string[] | ||
m_filesWithImages | GUIContent[], | ||
m_name | string | ||
m_newDirectory | string | ||
m_nonMatchingDirectories | string[] | ||
m_nonMatchingDirectoriesWithImages | GUIContent[], | ||
m_nonMatchingFiles | string[] | ||
m_nonMatchingFilesWithImages | GUIContent[], | ||
m_screenRect | Rect, | ||
m_scrollPosition | Vector2 | ||
m_selectedDirectory | int | ||
m_selectedFile | int | ||
m_selectedNonMatchingDirectory | int |
Method | Description | |
---|---|---|
FileBrowser ( Rect, screenRect, string name, FinishedCallback callback ) : System | ||
OnGUI ( ) : void |
Method | Description | |
---|---|---|
BuildContent ( ) : void | ||
DirectoryDoubleClickCallback ( int i ) : void | ||
FileDoubleClickCallback ( int i ) : void | ||
NonMatchingDirectoryDoubleClickCallback ( int i ) : void | ||
ReadDirectoryContents ( ) : void | ||
SetNewDirectory ( string directory ) : void | ||
SwitchDirectoryNow ( ) : void |
protected DirectoryDoubleClickCallback ( int i ) : void | ||
i | int | |
return | void |
public FileBrowser ( Rect, screenRect, string name, FinishedCallback callback ) : System | ||
screenRect | Rect, | |
name | string | |
callback | FinishedCallback | |
return | System |
protected FileDoubleClickCallback ( int i ) : void | ||
i | int | |
return | void |
protected NonMatchingDirectoryDoubleClickCallback ( int i ) : void | ||
i | int | |
return | void |
protected SetNewDirectory ( string directory ) : void | ||
directory | string | |
return | void |
protected bool m_currentDirectoryMatches | ||
return | bool |
protected string[] m_currentDirectoryParts | ||
return | string[] |
protected GUIContent[], m_directoriesWithImages | ||
return | GUIContent[], |
protected GUIContent[], m_filesWithImages | ||
return | GUIContent[], |
protected string[] m_nonMatchingDirectories | ||
return | string[] |
protected GUIContent[], m_nonMatchingDirectoriesWithImages | ||
return | GUIContent[], |
protected GUIContent[], m_nonMatchingFilesWithImages | ||
return | GUIContent[], |