C# Class LevelTextController, entitas-2d-roguelike

Inheritance: MonoBehaviour
Afficher le fichier Open project: JamesMcMahon/entitas-2d-roguelike

Méthodes publiques

Свойство Type Description
displayDelay float
hideDelay float
levelText Text

Méthodes publiques

Méthode Description
Awake ( ) : void
GameOver ( ) : void
HideLevelImage ( ) : void
ShowLevelImage ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GameOver() public méthode

public GameOver ( ) : void
Résultat void

HideLevelImage() public méthode

public HideLevelImage ( ) : void
Résultat void

ShowLevelImage() public méthode

public ShowLevelImage ( ) : void
Résultat void

Property Details

displayDelay public_oe property

public float displayDelay
Résultat float

hideDelay public_oe property

public float hideDelay
Résultat float

levelText public_oe property

public Text levelText
Résultat Text