C# 클래스 Project2.GameObjects.PhysicsPuzzles.BrickWall

상속: Project2.GameObjects.Abstract.PhysicsPuzzle
파일 보기 프로젝트 열기: nuclearpidgeon/graphicsproj2

공개 메소드들

메소드 설명
BrickWall ( Project2Game game, LevelPiece levelPiece, System.Vector3 offset, int height, int width, bool interleaved ) : System

메소드 상세

BrickWall() 공개 메소드

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
리턴 System