C# Class GemSwitching, angrygoats

Purpose: Handles all logic behind each gem in the game. Additionally, Notifies gem manager of changes in gem selections
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
gemOne GameObject
gemTwo GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
ChangeGem ( ) : void
Update ( ) : void
updateStaff ( GameObject gem ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ChangeGem() public méthode

public ChangeGem ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

updateStaff() public méthode

public updateStaff ( GameObject gem ) : void
gem GameObject
Résultat void

Property Details

gemOne public_oe property

public GameObject gemOne
Résultat GameObject

gemTwo public_oe property

public GameObject gemTwo
Résultat GameObject