C# Class MilkShakeFramework.Core.Game.Components.Water.Render.BasicWaterRenderer

Inheritance: WaterRenderer
Mostrar archivo Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Methods

Method Description
BasicWaterRenderer ( ) : System
BasicWaterRenderer ( Color topColor, Color bottomColor, float alpha ) : System
Draw ( ) : void
Load ( LoadManager content ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
GetProjectionMatrix ( ) : Matrix
GetViewMatrix ( ) : Matrix

Method Details

BasicWaterRenderer() public method

public BasicWaterRenderer ( ) : System
return System

BasicWaterRenderer() public method

public BasicWaterRenderer ( Color topColor, Color bottomColor, float alpha ) : System
topColor Color
bottomColor Color
alpha float
return System

Draw() public method

public Draw ( ) : void
return void

Load() public method

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void