C# Class Swordening.CameraAndLights

ファイルを表示 Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Public Methods

Method Description
Draw ( Effect effect, string technique ) : void
SetUpCamera ( GraphicsDevice device ) : void

Sets up the camera

UpdateLightData ( ) : void

lights not used in the game...

Method Details

Draw() public method

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

SetUpCamera() public method

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

UpdateLightData() public method

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