C# Class MyGame.TargetCamera

This class represent a Target camera that is a basic camera
Inheritance: Camera
Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Methods

Method Description
TargetCamera ( MyGame game, Vector3 Position, Vector3 Target ) : System
Update ( ) : void

Allows the component to run logic.

Method Details

TargetCamera() public method

public TargetCamera ( MyGame game, Vector3 Position, Vector3 Target ) : System
game MyGame
Position Vector3
Target Vector3
return System

Update() public method

Allows the component to run logic.
public Update ( ) : void
return void