C# Class Portal2.Connections.ConnectionLogicReceiver

Receives a connection from a logic sender.
Inheritance: MultiConnectionPointReceiver
Show file Open project: Kyle0654/Portal2.Puzzle Class Usage Examples

Public Methods

Method Description
ConnectTo ( ConnectionLogicSender sender ) : void

Connects to the specified sender.

Disconnect ( ConnectionLogicSender sender ) : void

Disconnects from the specified sender.

Private Methods

Method Description
ConnectionLogicReceiver ( Item owner ) : System
ConnectionLogicReceiver ( Item owner, string connectionType ) : System

Method Details

ConnectTo() public method

Connects to the specified sender.
public ConnectTo ( ConnectionLogicSender sender ) : void
sender ConnectionLogicSender
return void

Disconnect() public method

Disconnects from the specified sender.
public Disconnect ( ConnectionLogicSender sender ) : void
sender ConnectionLogicSender
return void