C# Class BridgeDesign.TVDevice

Inheritance: EntertainmentDevice
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example

Méthodes publiques

Méthode Description
ButtonFivePressed ( ) : void
ButtonSixPressed ( ) : void
TVDevice ( int newDeviceState, int newMaxSetting ) : System.Collections

Method Details

ButtonFivePressed() public méthode

public ButtonFivePressed ( ) : void
Résultat void

ButtonSixPressed() public méthode

public ButtonSixPressed ( ) : void
Résultat void

TVDevice() public méthode

public TVDevice ( int newDeviceState, int newMaxSetting ) : System.Collections
newDeviceState int
newMaxSetting int
Résultat System.Collections