C# 클래스 Swordening.CameraAndLights

파일 보기 프로젝트 열기: ArghyV/Peliohjelmointi-s2011 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Effect effect, string technique ) : void
SetUpCamera ( GraphicsDevice device ) : void

Sets up the camera

UpdateLightData ( ) : void

lights not used in the game...

메소드 상세

Draw() 공개 메소드

public Draw ( Effect effect, string technique ) : void
effect Microsoft.Xna.Framework.Graphics.Effect
technique string
리턴 void

SetUpCamera() 공개 메소드

Sets up the camera
public SetUpCamera ( GraphicsDevice device ) : void
device GraphicsDevice
리턴 void

UpdateLightData() 공개 메소드

lights not used in the game...
public UpdateLightData ( ) : void
리턴 void