C# Class EscapeEvent, RoverGame

Escape or Back event
Inheritance: MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
leaveTheApplication bool
sceneName string

Méthodes publiques

Méthode Description
OnEscapeClick ( ) : void

On Escape click event.

Update ( ) : void

Private Methods

Méthode Description
LoadSceneAsync ( ) : IEnumerator

Loads the scene Async.

Method Details

OnEscapeClick() public méthode

On Escape click event.
public OnEscapeClick ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

leaveTheApplication public_oe property

Whether to leave the application on escape click.
public bool leaveTheApplication
Résultat bool

sceneName public_oe property

The name of the scene to be loaded.
public string sceneName
Résultat string