Property | Type | Description | |
---|---|---|---|
description | string | ||
fileName | string | ||
fileType | string | ||
gameSkin | |||
loadingMessage | string | ||
loadingMessage2 | string | ||
scrollPosition | Vector2 | ||
showAllFilesBtn | bool | ||
showBtn | bool | ||
showUploadBtn | bool | ||
uploadedImage |
Property | Type | Description | |
---|---|---|---|
m_fileBrowser | FileBrowser, | ||
path | string |
Method | Description | |
---|---|---|
ExecuteGet ( string url ) : string | ||
ExecuteShow ( string url ) : string | ||
GetInstance ( ) : Upload_Main, |
Method | Description | |
---|---|---|
FileSelectedCallback ( string pathImage ) : void | ||
OnGUIMain ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnGUI ( ) : void | ||
ShowAllImages ( string uri ) : IEnumerator | ||
Start ( ) : void | ||
WaitForRequest ( string uri ) : IEnumerator | ||
execute ( string url ) : IEnumerator | ||
executeShowAll ( string url ) : IEnumerator |
protected FileSelectedCallback ( string pathImage ) : void | ||
pathImage | string | |
return | void |