C# Class InGameGUI, Zombayo

Inheritance: MonoBehaviour
Mostra file Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
bubbleButton UIButton,
bubbleGumCounter UILabel,
bubbleGumSprite UISprite,
carrotSprayCounter UILabel,
carrotSpraySprite UISprite,
coinCounter UILabel,
distanceSlider UISlider,
fartButton UIButton,
fartDisabledLabel UILabel,
fartSlider UISlider,
glideButton UIButton,
glideDisabledLabel UILabel,
glideSlider UISlider,
heightIndicator UILabel,
kickForceSlider UISlider,
pauseButton UIButton,

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
setCounter ( UILabel, counter, int value ) : void
setSpriteColor ( UISprite, sprite, bool isActive ) : void
updateButtonStates ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bubbleButton public_oe property

public UIButton, bubbleButton
return UIButton,

bubbleGumCounter public_oe property

public UILabel, bubbleGumCounter
return UILabel,

bubbleGumSprite public_oe property

public UISprite, bubbleGumSprite
return UISprite,

carrotSprayCounter public_oe property

public UILabel, carrotSprayCounter
return UILabel,

carrotSpraySprite public_oe property

public UISprite, carrotSpraySprite
return UISprite,

coinCounter public_oe property

public UILabel, coinCounter
return UILabel,

distanceSlider public_oe property

public UISlider, distanceSlider
return UISlider,

fartButton public_oe property

public UIButton, fartButton
return UIButton,

fartDisabledLabel public_oe property

public UILabel, fartDisabledLabel
return UILabel,

fartSlider public_oe property

public UISlider, fartSlider
return UISlider,

glideButton public_oe property

public UIButton, glideButton
return UIButton,

glideDisabledLabel public_oe property

public UILabel, glideDisabledLabel
return UILabel,

glideSlider public_oe property

public UISlider, glideSlider
return UISlider,

heightIndicator public_oe property

public UILabel, heightIndicator
return UILabel,

kickForceSlider public_oe property

public UISlider, kickForceSlider
return UISlider,

pauseButton public_oe property

public UIButton, pauseButton
return UIButton,