C# Class Ballz.CameraTrajectory

Afficher le fichier Open project: SpagAachen/Ballz Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
GetCurrentPoint ( GameTime g ) : Vector3
IsValid ( ) : bool

Method Details

CameraTrajectory() public méthode

public CameraTrajectory ( Vector2 startpoint, Vector2 endpoint, GameTime startTime ) : System
startpoint Vector2
endpoint Vector2
startTime Microsoft.Xna.Framework.GameTime
Résultat System

GetCurrentPoint() public méthode

public GetCurrentPoint ( GameTime g ) : Vector3
g Microsoft.Xna.Framework.GameTime
Résultat Vector3

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool