C# Class ParallaxCamera2D.Behaviors.CameraBehavior

Inheritance: Behavior, IDisposable
Afficher le fichier Open project: WaveEngine/Samples

Méthodes publiques

Méthode Description
CameraBehavior ( System.Entity followEntity ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Méthode Description
OnScreenSizeChanged ( object sender, WaveEngine e ) : void
RefreshCameraLimits ( ) : void

Method Details

CameraBehavior() public méthode

public CameraBehavior ( System.Entity followEntity ) : System
followEntity System.Entity
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void