C# Class ToggleUI, EarthDefence

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public GameObject background
return GameObject

canvas public_oe property

public GameObject canvas
return GameObject

showBackground public_oe property

public bool showBackground
return bool

showCanvas public_oe property

public bool showCanvas
return bool