C# Class BridgeDesign.RemoteButton

Show file Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
ButtonFivePressed ( ) : void
ButtonNinePressed ( ) : void
ButtonSixPressed ( ) : void
DeviceFeedback ( ) : void
RemoteButton ( EntertainmentDevice device ) : System.Collections

Method Details

ButtonFivePressed() public method

public ButtonFivePressed ( ) : void
return void

ButtonNinePressed() public abstract method

public abstract ButtonNinePressed ( ) : void
return void

ButtonSixPressed() public method

public ButtonSixPressed ( ) : void
return void

DeviceFeedback() public method

public DeviceFeedback ( ) : void
return void

RemoteButton() public method

public RemoteButton ( EntertainmentDevice device ) : System.Collections
device EntertainmentDevice
return System.Collections