C# Class UIToggledComponents, TheUnseen

Inheritance: MonoBehaviour
Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
activate List
deactivate List

Public Methods

Method Description
Awake ( ) : void
Toggle ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Toggle() public method

public Toggle ( ) : void
return void

Property Details

activate public_oe property

public List activate
return List

deactivate public_oe property

public List deactivate
return List