C# Class Portal2.Items.Turret

A turret that will target a player entering its line of sight.
Hello? Are you there?
Inheritance: Item
Mostrar archivo Open project: Kyle0654/Portal2.Puzzle

Public Methods

Method Description
SetFacingDirection ( Direction direction ) : void

Sets the facing to a specified direction.

Turret ( Puzzle owner ) : System

Method Details

SetFacingDirection() public method

Sets the facing to a specified direction.
public SetFacingDirection ( Direction direction ) : void
direction Direction
return void

Turret() public method

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