C# Class ParallaxCamera2D.Behaviors.CameraBehavior

Inheritance: Behavior, IDisposable
ファイルを表示 Open project: WaveEngine/Samples

Public Methods

Method Description
CameraBehavior ( System.Entity followEntity ) : System
Dispose ( ) : void

Protected Methods

Method Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
OnScreenSizeChanged ( object sender, WaveEngine e ) : void
RefreshCameraLimits ( ) : void

Method Details

CameraBehavior() public method

public CameraBehavior ( System.Entity followEntity ) : System
followEntity System.Entity
return System

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void