C# Class UIToggledObjects, TheUnseen

Inheritance: MonoBehaviour
显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
activate List
deactivate List

Public Methods

Method Description
Awake ( ) : void
Set ( GameObject go, bool state ) : void
Toggle ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Set() public method

public Set ( GameObject go, bool state ) : void
go GameObject
state bool
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