C# 클래스 BasicModel, XNA

파일 보기 프로젝트 열기: hatRiot/XNA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
rot float
rotation Matrix

보호된 프로퍼티들

프로퍼티 타입 설명
world Matrix
worldTranslation Matrix

공개 메소드들

메소드 설명
BasicModel ( Model m ) : System
Draw ( Vector3 player, bool isGun ) : void
GetWorld ( ) : Matrix
Update ( Vector3 position ) : void

비공개 메소드들

메소드 설명
LoadModelBS ( Model m ) : Model
TransformBoundingSphere ( BoundingSphere originalBoundingSphere, Matrix transformationMatrix ) : BoundingSphere

메소드 상세

BasicModel() 공개 메소드

public BasicModel ( Model m ) : System
m Model
리턴 System

Draw() 공개 메소드

public Draw ( Vector3 player, bool isGun ) : void
player Vector3
isGun bool
리턴 void

GetWorld() 공개 메소드

public GetWorld ( ) : Matrix
리턴 Matrix

Update() 공개 메소드

public Update ( Vector3 position ) : void
position Vector3
리턴 void

프로퍼티 상세

rot 공개적으로 프로퍼티

public float rot
리턴 float

rotation 공개적으로 프로퍼티

public Matrix rotation
리턴 Matrix

world 보호되어 있는 프로퍼티

protected Matrix world
리턴 Matrix

worldTranslation 보호되어 있는 프로퍼티

protected Matrix worldTranslation
리턴 Matrix