C# 클래스 Project2.GameObjects.Box

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GeneratePhysicsDescription ( ) : RigidBody

메소드 상세

Box() 공개 메소드

public Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size ) : System
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
size System.Vector3
리턴 System

Box() 공개 메소드

public Box ( Project2Game game, SharpDX.Toolkit.Graphics.Model model, System.Vector3 position, System.Vector3 size, System.Vector3 orientation ) : System
game Project2Game
model SharpDX.Toolkit.Graphics.Model
position System.Vector3
size System.Vector3
orientation System.Vector3
리턴 System

GeneratePhysicsDescription() 보호된 메소드

protected GeneratePhysicsDescription ( ) : RigidBody
리턴 RigidBody