C# 클래스 Portal2.Connections.ConnectionLogicSender

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

공개 메소드들

메소드 설명
ConnectTo ( ConnectionLogicReceiver receiver ) : void

Connects to the specified receiver.

Disconnect ( ConnectionLogicReceiver receiver ) : void

Disconnects from the specified receiver.

비공개 메소드들

메소드 설명
ConnectionLogicSender ( Item owner ) : System

메소드 상세

ConnectTo() 공개 메소드

Connects to the specified receiver.
public ConnectTo ( ConnectionLogicReceiver receiver ) : void
receiver ConnectionLogicReceiver
리턴 void

Disconnect() 공개 메소드

Disconnects from the specified receiver.
public Disconnect ( ConnectionLogicReceiver receiver ) : void
receiver ConnectionLogicReceiver
리턴 void