C# Class SceneTransitionHandler, MagesOfBlight

Inheritance: MonoBehaviour
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
currentSceneName string
levelGraph Animator
onlyInBuild bool
singleton SceneTransitionHandler,

Méthodes publiques

Méthode Description
LoadNextLevel ( ) : void

Tell the Scene State Machine to transition to the next level

ReloadLevel ( ) : void

Use Application.Load to load the current scene

Private Methods

Méthode Description
Awake ( ) : void
CheckInputs ( ) : void
CheckReloadLevel ( ) : void
CheckSkipScene ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LoadNextLevel() public méthode

Tell the Scene State Machine to transition to the next level
public LoadNextLevel ( ) : void
Résultat void

ReloadLevel() public méthode

Use Application.Load to load the current scene
public ReloadLevel ( ) : void
Résultat void

Property Details

currentSceneName public_oe property

public string currentSceneName
Résultat string

levelGraph public_oe property

public Animator levelGraph
Résultat Animator

onlyInBuild public_oe property

public bool onlyInBuild
Résultat bool

singleton public_oe static_oe property

public static SceneTransitionHandler, singleton
Résultat SceneTransitionHandler,