◆ Status
| Enumerator |
|---|
| Pending | |
| Succeeded | |
| Failed | |
| Missing | |
◆ Type
| Enumerator |
|---|
| Move | |
| RemoveFolder | |
| RemoveAsset | |
| Missing | |
◆ Task()
| FMODUnity.FileReorganizer.Task.Task |
( |
| ) |
|
|
private |
◆ Missing()
| static Task FMODUnity.FileReorganizer.Task.Missing |
( |
string | path, |
|
|
Platform | platform ) |
|
static |
◆ Move()
| static Task FMODUnity.FileReorganizer.Task.Move |
( |
string | source, |
|
|
string | destination, |
|
|
Platform | platform ) |
|
static |
◆ RemoveAsset()
| static Task FMODUnity.FileReorganizer.Task.RemoveAsset |
( |
string | path, |
|
|
Platform | platform ) |
|
static |
◆ RemoveFolder()
| static Task FMODUnity.FileReorganizer.Task.RemoveFolder |
( |
string | path | ) |
|
|
static |
◆ SetFailed()
| void FMODUnity.FileReorganizer.Task.SetFailed |
( |
string | message | ) |
|
◆ SetSucceeded()
| void FMODUnity.FileReorganizer.Task.SetSucceeded |
( |
string | message | ) |
|
◆ step
| int FMODUnity.FileReorganizer.Task.step = int.MaxValue |
◆ destination
| string FMODUnity.FileReorganizer.Task.destination |
|
getprivate set |
◆ platform
| Platform FMODUnity.FileReorganizer.Task.platform |
|
getprivate set |
◆ platformName
| string FMODUnity.FileReorganizer.Task.platformName |
|
get |
◆ source
| string FMODUnity.FileReorganizer.Task.source |
|
getprivate set |
◆ status
| Status FMODUnity.FileReorganizer.Task.status |
|
getprivate set |
◆ statusText
| string FMODUnity.FileReorganizer.Task.statusText |
|
getprivate set |
◆ type
| Type FMODUnity.FileReorganizer.Task.type |
|
getprivate set |
The documentation for this class was generated from the following file: