C# 클래스 Portal2.Connections.ConnectionLogicReceiver

Receives a connection from a logic sender.
상속: MultiConnectionPointReceiver
파일 보기 프로젝트 열기: Kyle0654/Portal2.Puzzle 1 사용 예제들

공개 메소드들

메소드 설명
ConnectTo ( ConnectionLogicSender sender ) : void

Connects to the specified sender.

Disconnect ( ConnectionLogicSender sender ) : void

Disconnects from the specified sender.

비공개 메소드들

메소드 설명
ConnectionLogicReceiver ( Item owner ) : System
ConnectionLogicReceiver ( Item owner, string connectionType ) : System

메소드 상세

ConnectTo() 공개 메소드

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

Disconnect() 공개 메소드

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