C# Class Swordening.CameraAndLights

Afficher le fichier Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

SetUpCamera() public méthode

Sets up the camera
public SetUpCamera ( GraphicsDevice device ) : void
device GraphicsDevice
Résultat void

UpdateLightData() public méthode

lights not used in the game...
public UpdateLightData ( ) : void
Résultat void