C# Class Project2.Levels.TerrainLevel

Inheritance: Project2.GameObjects.Level
Mostra file Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method Description
BuildLevel ( ) : void
TerrainLevel ( Project2Game game ) : System
getCameraOffset ( ) : System.Vector3
getCameraStartPosition ( ) : System.Vector3

Method Details

BuildLevel() public method

public BuildLevel ( ) : void
return void

TerrainLevel() public method

public TerrainLevel ( Project2Game game ) : System
game Project2Game
return System

getCameraOffset() public method

public getCameraOffset ( ) : System.Vector3
return System.Vector3

getCameraStartPosition() public method

public getCameraStartPosition ( ) : System.Vector3
return System.Vector3