C# Class Project2.GameObjects.PhysicsPuzzles.BrickWall

Inheritance: Project2.GameObjects.Abstract.PhysicsPuzzle
Show file Open project: nuclearpidgeon/graphicsproj2

Public Methods

Method Description
BrickWall ( Project2Game game, LevelPiece levelPiece, System.Vector3 offset, int height, int width, bool interleaved ) : System

Method Details

BrickWall() public method

public BrickWall ( Project2Game game, LevelPiece levelPiece, System.Vector3 offset, int height, int width, bool interleaved ) : System
game Project2Game
levelPiece Project2.GameObjects.Abstract.LevelPiece
offset System.Vector3
height int
width int
interleaved bool
return System