Tanoda
|
Public Member Functions | |
bool | GetUploadedGOFromName (string value, out GameObject retval) |
IEnumerator | ThreadedLoad (List< string > aFiles, bool recursive=false) |
bool | alreadyLoaded (string aFile) |
void | OnFiles (List< string > aFiles, POINT aPos) |
void | OpenFileUploadDialog () |
void | OnFileData (byte[] fileData, string fileName, string modified, NetworkManager.WSFile wsFile=default, bool global=false, bool newUpload=false) |
void | StartLateRebuild (bool force=false) |
void | SetLoading (bool value) |
IEnumerator | LateRebuild () |
Public Attributes | |
pb_PrefabBrowser | prefabBrowser |
string | DebugLoadThis = "" |
Static Public Attributes | |
static FileDragAndDrop | instance |
Definition at line 21 of file FileDragAndDrop.cs.
bool FileDragAndDrop.alreadyLoaded | ( | string | aFile | ) |
Definition at line 196 of file FileDragAndDrop.cs.
bool FileDragAndDrop.GetUploadedGOFromName | ( | string | value, |
out GameObject | retval | ||
) |
Definition at line 110 of file FileDragAndDrop.cs.
IEnumerator FileDragAndDrop.LateRebuild | ( | ) |
Definition at line 1218 of file FileDragAndDrop.cs.
void FileDragAndDrop.OnFileData | ( | byte[] | fileData, |
string | fileName, | ||
string | modified, | ||
NetworkManager.WSFile | wsFile = default , |
||
bool | global = false , |
||
bool | newUpload = false |
||
) |
Definition at line 833 of file FileDragAndDrop.cs.
void FileDragAndDrop.OnFiles | ( | List< string > | aFiles, |
POINT | aPos | ||
) |
Definition at line 231 of file FileDragAndDrop.cs.
void FileDragAndDrop.OpenFileUploadDialog | ( | ) |
Definition at line 772 of file FileDragAndDrop.cs.
void FileDragAndDrop.SetLoading | ( | bool | value | ) |
void FileDragAndDrop.StartLateRebuild | ( | bool | force = false | ) |
Definition at line 1201 of file FileDragAndDrop.cs.
IEnumerator FileDragAndDrop.ThreadedLoad | ( | List< string > | aFiles, |
bool | recursive = false |
||
) |
Definition at line 139 of file FileDragAndDrop.cs.
string FileDragAndDrop.DebugLoadThis = "" |
Definition at line 1399 of file FileDragAndDrop.cs.
|
static |
Definition at line 23 of file FileDragAndDrop.cs.
pb_PrefabBrowser FileDragAndDrop.prefabBrowser |
Definition at line 24 of file FileDragAndDrop.cs.