C# Class Portal2.Connections.ConnectionLogicReceiver

Receives a connection from a logic sender.
Inheritance: MultiConnectionPointReceiver
Afficher le fichier Open project: Kyle0654/Portal2.Puzzle Class Usage Examples

Méthodes publiques

Méthode Description
ConnectTo ( ConnectionLogicSender sender ) : void

Connects to the specified sender.

Disconnect ( ConnectionLogicSender sender ) : void

Disconnects from the specified sender.

Private Methods

Méthode Description
ConnectionLogicReceiver ( Item owner ) : System
ConnectionLogicReceiver ( Item owner, string connectionType ) : System

Method Details

ConnectTo() public méthode

Connects to the specified sender.
public ConnectTo ( ConnectionLogicSender sender ) : void
sender ConnectionLogicSender
Résultat void

Disconnect() public méthode

Disconnects from the specified sender.
public Disconnect ( ConnectionLogicSender sender ) : void
sender ConnectionLogicSender
Résultat void