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
Mostrar archivo Open project: dulb640/angrygoats

Public Properties

Property Type Description
gemOne GameObject
gemTwo GameObject

Public Methods

Method Description
Awake ( ) : void
ChangeGem ( ) : void
Update ( ) : void
updateStaff ( GameObject gem ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ChangeGem() public method

public ChangeGem ( ) : void
return void

Update() public method

public Update ( ) : void
return void

updateStaff() public method

public updateStaff ( GameObject gem ) : void
gem GameObject
return void

Property Details

gemOne public_oe property

public GameObject gemOne
return GameObject

gemTwo public_oe property

public GameObject gemTwo
return GameObject