C# Class EscapeListener, 2DPlatformer

Inheritance: MonoBehaviour
Afficher le fichier Open project: MarbleGameDev/2DPlatformer

Méthodes publiques

Свойство Type Description
inventoryName string
menuName string

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
click ( ) : void
inventory ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

click() public méthode

public click ( ) : void
Résultat void

inventory() public méthode

public inventory ( ) : void
Résultat void

Property Details

inventoryName public_oe property

public string inventoryName
Résultat string

menuName public_oe property

public string menuName
Résultat string