![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Classes | |
class | UpdateTask |
Public Types | |
enum | UpdateTaskType { ReorganizePluginFiles , UpdateEventReferences } |
Static Public Member Functions | |
static void | SetUpdateTaskComplete (UpdateTaskType type) |
static void | Startup () |
static void | ShowAssistant () |
Properties | |
static bool | IsStagingUpdateInProgress [get] |
Private Types | |
enum | PAGES : int { Welcome = 0 , Updating , Linking , Listener , UnityAudio , UnitySources , SourceControl , End , Max } |
Private Member Functions | |
void | OnEnable () |
void | OnGUI () |
void | OnInspectorUpdate () |
void | CheckUpdatesComplete () |
void | CheckStudioLinked () |
bool | IsStudioLinked () |
void | CheckListeners () |
void | CheckSources () |
void | CheckUnityAudio () |
void | WelcomePage () |
void | Breadcrumbs () |
void | UpdatingPage () |
void | LinkingPage () |
void | ListenerPage () |
void | DisplayListeners< T > (T[] listeners, ref Vector2 scrollPos) |
void | DisableUnityAudioPage () |
void | UnitySources () |
void | SourceControl () |
void | EndPage () |
void | Buttons () |
void | StagingUpdatePage () |
Static Private Member Functions | |
static void | CheckUpdateTaskStatus () |
static void | DoNextStagingStep () |
Private Attributes | |
PAGES | currentPage = PAGES.Welcome |
AudioListener[] | unityListeners |
StudioListener[] | fmodListeners |
Vector2 | scroll1 |
Vector2 | scroll2 |
Vector2 | stagingDetailsScroll |
bool | bFoundUnityListener |
bool | bFoundFmodListener |
AudioSource[] | unityAudioSources |
GUIStyle | titleStyle |
GUIStyle | titleLeftStyle |
GUIStyle | bodyStyle |
GUIStyle | buttonStyle |
GUIStyle | navButtonStyle |
GUIStyle | sourceButtonStyle |
GUIStyle | descriptionStyle |
GUIStyle | crumbStyle |
GUIStyle | columnStyle |
Color | crumbDefault |
Color | crumbHighlight |
Texture2D | logoTexture |
Texture2D | tickTexture |
Texture2D | crossTexture |
GUIStyle | iconStyle |
SimpleTreeView | m_SimpleTreeView |
TreeViewState | m_TreeViewState |
bool | bStudioLinked |
Static Private Attributes | |
static SetupWizardWindow | instance |
static readonly List< string > | pageNames |
static readonly List< bool > | pageComplete = new List<bool>(new bool[(int)PAGES.Max]) |
static readonly List< UpdateTask > | updateTasks |
static bool | updateTaskStatusChecked = false |
const string | logoBlack = "FMODLogoBlack.png" |
const string | logoWhite = "FMODLogoWhite.png" |
const string | backButtonText = "Back" |
static StagingSystem.UpdateStep | nextStagingStep |
const string | IgnoreFileText |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticgetprivate |