Méthode | Description | |
---|---|---|
ChangeState ( int changeToState ) : void | ||
FixedUpdate ( ) : void | ||
Init ( ) : void | ||
LoadLevel ( string levelName ) : void | ||
LoadLevelEnumerator ( string levelName ) : IEnumerator | ||
OnApplicationPause ( bool bPause ) : void | ||
OnApplicationQuit ( ) : void | ||
OnChangeLevelFinish ( int level ) : void | ||
OnGUI ( ) : void | ||
S5Application ( ) : UnityEngine | ||
StartCoroutine ( IEnumerator coroutine ) : void | ||
StopCoroutine ( IEnumerator coroutine ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
CreateState ( int statEnum ) : State, | ||
DoInit ( ) : void | ||
DoOnGUI ( ) : void | ||
DoUpdate ( ) : void | ||
ExceptionProcessor ( Exception e ) : void | ||
InitWhenFirstFrame ( ) : void |
public ChangeState ( int changeToState ) : void | ||
changeToState | int | |
Résultat | void |
protected CreateState ( int statEnum ) : State, | ||
statEnum | int | |
Résultat | State, |
protected ExceptionProcessor ( Exception e ) : void | ||
e | Exception | |
Résultat | void |
public LoadLevel ( string levelName ) : void | ||
levelName | string | |
Résultat | void |
public LoadLevelEnumerator ( string levelName ) : IEnumerator | ||
levelName | string | |
Résultat | IEnumerator |
public OnApplicationPause ( bool bPause ) : void | ||
bPause | bool | |
Résultat | void |
public OnChangeLevelFinish ( int level ) : void | ||
level | int | |
Résultat | void |
public StartCoroutine ( IEnumerator coroutine ) : void | ||
coroutine | IEnumerator | |
Résultat | void |
public StopCoroutine ( IEnumerator coroutine ) : void | ||
coroutine | IEnumerator | |
Résultat | void |