C# Class Portal2.Items.Paint

Paint that is dropped from a paint dropper.
Inheritance: Item
Mostra file Open project: Kyle0654/Portal2.Puzzle

Public Methods

Method Description
Paint ( Puzzle owner ) : System

Private Methods

Method Description
AddProperties ( P2CNode node ) : void
Paint ( Puzzle owner, bool createDropper ) : System
ReadProperty ( P2CProperty property ) : void
SetPositionFromDropper ( Point3 dropperPosition ) : void

Moves the paint to the floor below the paint dropper.

dropperConnectionSender_Connected ( object sender, EventArgs e ) : void

Method Details

Paint() public method

public Paint ( Puzzle owner ) : System
owner Puzzle
return System