C# Class UIToggledObjects, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
activate List
deactivate List

Méthodes publiques

Méthode Description
Awake ( ) : void
Set ( GameObject go, bool state ) : void
Toggle ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Set() public méthode

public Set ( GameObject go, bool state ) : void
go GameObject
state bool
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Property Details

activate public_oe property

public List activate
Résultat List

deactivate public_oe property

public List deactivate
Résultat List