C# Class ProgressBarOnCanvas, Team-6

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject c
return GameObject

colorCorrect public_oe property

public Color colorCorrect
return Color

progressElement public_oe property

public Button progressElement
return Button