C# Class Project2.Levels.TerrainLevel

Inheritance: Project2.GameObjects.Level
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Méthode Description
BuildLevel ( ) : void
TerrainLevel ( Project2Game game ) : System
getCameraOffset ( ) : System.Vector3
getCameraStartPosition ( ) : System.Vector3

Method Details

BuildLevel() public méthode

public BuildLevel ( ) : void
Résultat void

TerrainLevel() public méthode

public TerrainLevel ( Project2Game game ) : System
game Project2Game
Résultat System

getCameraOffset() public méthode

public getCameraOffset ( ) : System.Vector3
Résultat System.Vector3

getCameraStartPosition() public méthode

public getCameraStartPosition ( ) : System.Vector3
Résultat System.Vector3