Свойство | Тип | Описание | |
---|---|---|---|
playerCamera | GameObject |
Метод | Описание | |
---|---|---|
Transition ( GameObject destination, GameObject direction ) : void | ||
Transition ( int nextScene ) : void |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
BlinkTransition ( int nextScene, bool newScene, Vector3 destination, Vector3 direction ) : IEnumerator | ||
FirstOpenEyes ( ) : IEnumerator | ||
OnLevelWasLoaded ( int level ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
WaitForKeyDown ( ) : IEnumerator |
public Transition ( GameObject destination, GameObject direction ) : void | ||
destination | GameObject | |
direction | GameObject | |
Результат | void |
public Transition ( int nextScene ) : void | ||
nextScene | int | |
Результат | void |