C# Class InputinText, 2DPlatformer

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

Méthodes publiques

Свойство Type Description
key string
text string

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

key public_oe property

public string key
Résultat string

text public_oe property

public string text
Résultat string