C# Class ToggleUI, EarthDefence

Inheritance: MonoBehaviour
Show file Open project: GameMakersUnion/EarthDefence Class Usage Examples

Public Properties

Property Type Description
background GameObject
canvas GameObject
showBackground bool
showCanvas bool

Public Methods

Method Description
Toggle ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Toggle() public method

public Toggle ( ) : void
return void

Property Details

background public property

public GameObject background
return GameObject

canvas public property

public GameObject canvas
return GameObject

showBackground public property

public bool showBackground
return bool

showCanvas public property

public bool showCanvas
return bool