C# Class ToggleSound, codevember2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: p-schulz/codevember2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
btn_sound Button
sound_off Sprite
sound_on Sprite

Méthodes publiques

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

Private Methods

Méthode Description
checkSprites ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

toggleSoundAndIcon() public méthode

public toggleSoundAndIcon ( ) : void
Résultat void

Property Details

btn_sound public_oe property

public Button btn_sound
Résultat Button

sound_off public_oe property

public Sprite sound_off
Résultat Sprite

sound_on public_oe property

public Sprite sound_on
Résultat Sprite