C# Class TogglePanel, Galaxy-Breacher

Inheritance: MonoBehaviour
Exibir arquivo Open project: gamkedo-la/Galaxy-Breacher Class Usage Examples

Public Properties

Property Type Description
disableSelf bool
thingToTurnOpposite GameObject
whichPanel GameObject

Public Methods

Method Description
Start ( ) : void
Toggle ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Toggle() public method

public Toggle ( ) : void
return void

Property Details

disableSelf public_oe property

public bool disableSelf
return bool

thingToTurnOpposite public_oe property

public GameObject thingToTurnOpposite
return GameObject

whichPanel public_oe property

public GameObject whichPanel
return GameObject