C# Class SceneManagerExample, Unity5-SceneManager-Example

Inheritance: MonoBehaviour
Afficher le fichier Open project: limanson/Unity5-SceneManager-Example Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance SceneManagerExample,
currentSceneTextMesh UnityEngine.TextMesh
moveObjects GameObject[]
player GameObject
warningTextMesh UnityEngine.TextMesh

Méthodes publiques

Méthode Description
LoadScene ( string loadSceneName ) : void
MoveToScene ( string sceneName ) : void
UnloadScene ( string unloadSceneName ) : void

Private Methods

Méthode Description
Awake ( ) : void
DisplayCurrentSceneName ( ) : void
LoadSceneAsync ( string loadSceneName ) : IEnumerator
MovePlayerPosition ( ) : void
UnloadSceneYield ( string unloadSceneName ) : IEnumerator

Method Details

LoadScene() public méthode

public LoadScene ( string loadSceneName ) : void
loadSceneName string
Résultat void

MoveToScene() public méthode

public MoveToScene ( string sceneName ) : void
sceneName string
Résultat void

UnloadScene() public méthode

public UnloadScene ( string unloadSceneName ) : void
unloadSceneName string
Résultat void

Property Details

Instance public_oe static_oe property

public static SceneManagerExample, Instance
Résultat SceneManagerExample,

currentSceneTextMesh public_oe property

public TextMesh,UnityEngine currentSceneTextMesh
Résultat UnityEngine.TextMesh

moveObjects public_oe property

public GameObject[] moveObjects
Résultat GameObject[]

player public_oe property

public GameObject player
Résultat GameObject

warningTextMesh public_oe property

public TextMesh,UnityEngine warningTextMesh
Résultat UnityEngine.TextMesh