C# Class Project2.GameObjects.LevelPieces.LevelPlane

Inheritance: Project2.GameObjects.Abstract.LevelPiece
ファイルを表示 Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method Description
LevelPlane ( Project2Game game, Level level, System.Vector3 position, SlopeType slopeType, float slopeHeight = 16f, int xSize = Level.PreferedTileWidth, int ySize = Level.PreferedTileHeight ) : System

Method Details

LevelPlane() public method

public LevelPlane ( Project2Game game, Level level, System.Vector3 position, SlopeType slopeType, float slopeHeight = 16f, int xSize = Level.PreferedTileWidth, int ySize = Level.PreferedTileHeight ) : System
game Project2Game
level Level
position System.Vector3
slopeType SlopeType
slopeHeight float
xSize int
ySize int
return System