C# Class InGameGUI, Zombayo

Inheritance: MonoBehaviour
Afficher le fichier Open project: pchernev/Zombayo Class Usage Examples

Méthodes publiques

Свойство 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,

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bubbleButton public_oe property

public UIButton, bubbleButton
Résultat UIButton,

bubbleGumCounter public_oe property

public UILabel, bubbleGumCounter
Résultat UILabel,

bubbleGumSprite public_oe property

public UISprite, bubbleGumSprite
Résultat UISprite,

carrotSprayCounter public_oe property

public UILabel, carrotSprayCounter
Résultat UILabel,

carrotSpraySprite public_oe property

public UISprite, carrotSpraySprite
Résultat UISprite,

coinCounter public_oe property

public UILabel, coinCounter
Résultat UILabel,

distanceSlider public_oe property

public UISlider, distanceSlider
Résultat UISlider,

fartButton public_oe property

public UIButton, fartButton
Résultat UIButton,

fartDisabledLabel public_oe property

public UILabel, fartDisabledLabel
Résultat UILabel,

fartSlider public_oe property

public UISlider, fartSlider
Résultat UISlider,

glideButton public_oe property

public UIButton, glideButton
Résultat UIButton,

glideDisabledLabel public_oe property

public UILabel, glideDisabledLabel
Résultat UILabel,

glideSlider public_oe property

public UISlider, glideSlider
Résultat UISlider,

heightIndicator public_oe property

public UILabel, heightIndicator
Résultat UILabel,

kickForceSlider public_oe property

public UISlider, kickForceSlider
Résultat UISlider,

pauseButton public_oe property

public UIButton, pauseButton
Résultat UIButton,