C# Class Portal2.Items.Cube

A cube.
Inheritance: Item
Mostra file Open project: Kyle0654/Portal2.Puzzle

Public Methods

Method Description
Cube ( Puzzle owner ) : System

Private Methods

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

Moves the cube to the floor below the cube dropper.

dropperConnectionSender_Connected ( object sender, EventArgs e ) : void

Method Details

Cube() public method

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