C# 클래스 Project2.GameObjects.Brick

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

공개 메소드들

메소드 설명
Brick ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size, System.Boolean isStatic ) : System

Create a new Brick with default orientation

보호된 메소드들

메소드 설명
GeneratePhysicsDescription ( ) : RigidBody

메소드 상세

Brick() 공개 메소드

Create a new Brick with default orientation
public Brick ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size, System.Boolean isStatic ) : System
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
size System.Vector3
isStatic System.Boolean
리턴 System

GeneratePhysicsDescription() 보호된 메소드

protected GeneratePhysicsDescription ( ) : RigidBody
리턴 RigidBody