C# Class LevelTextController, entitas-2d-roguelike

Inheritance: MonoBehaviour
Mostrar archivo Open project: JamesMcMahon/entitas-2d-roguelike

Public Properties

Property Type Description
displayDelay float
hideDelay float
levelText Text

Public Methods

Method Description
Awake ( ) : void
GameOver ( ) : void
HideLevelImage ( ) : void
ShowLevelImage ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GameOver() public method

public GameOver ( ) : void
return void

HideLevelImage() public method

public HideLevelImage ( ) : void
return void

ShowLevelImage() public method

public ShowLevelImage ( ) : void
return void

Property Details

displayDelay public_oe property

public float displayDelay
return float

hideDelay public_oe property

public float hideDelay
return float

levelText public_oe property

public Text levelText
return Text