C# Class Portal2.Connections.ConnectionPointReceiver

A connection receiver point.
Inheritance: ConnectionPoint
Mostra file Open project: Kyle0654/Portal2.Puzzle Class Usage Examples

Protected Methods

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

Private Methods

Method Description
Connect ( Connection connection ) : void
Disconnect ( Connection connection ) : void
OnConnect ( ) : void

Method Details

ConnectionPointReceiver() protected method

protected ConnectionPointReceiver ( Item owner, string connectionType ) : System
owner Item
connectionType string
return System