C# Class ProgressBarOnCanvas, Team-6

Inheritance: MonoBehaviour
Show file Open project: RUGSoftEng/Team-6

Public Properties

Property Type Description
c GameObject
colorCorrect Color
progressElement Button

Public Methods

Method Description
OnGUI ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

c public property

public GameObject c
return GameObject

colorCorrect public property

public Color colorCorrect
return Color

progressElement public property

public Button progressElement
return Button