C# Class Portal2.Items.Turret

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

Méthodes publiques

Méthode Description
SetFacingDirection ( Direction direction ) : void

Sets the facing to a specified direction.

Turret ( Puzzle owner ) : System

Method Details

SetFacingDirection() public méthode

Sets the facing to a specified direction.
public SetFacingDirection ( Direction direction ) : void
direction Direction
Résultat void

Turret() public méthode

public Turret ( Puzzle owner ) : System
owner Puzzle
Résultat System