C# Class Project2.GameObjects.LevelPieces.LevelPlane

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System