C# Class Knot3.Game.Effects.Z_Nebula

Inheritance: Knot3.Framework.Effects.RenderEffect
Datei anzeigen Open project: knot3/knot3-code

Public Methods

Method Description
DrawModel ( GameModel model, GameTime time ) : void
DrawPrimitive ( GamePrimitive model, GameTime time ) : void
RemapModel ( Model model ) : void
Z_Nebula ( IScreen screen ) : System.Diagnostics.CodeAnalysis

Method Details

DrawModel() public method

public DrawModel ( GameModel model, GameTime time ) : void
model Knot3.Framework.Models.GameModel
time Microsoft.Xna.Framework.GameTime
return void

DrawPrimitive() public method

public DrawPrimitive ( GamePrimitive model, GameTime time ) : void
model Knot3.Framework.Models.GamePrimitive
time Microsoft.Xna.Framework.GameTime
return void

RemapModel() public method

public RemapModel ( Model model ) : void
model Microsoft.Xna.Framework.Graphics.Model
return void

Z_Nebula() public method

public Z_Nebula ( IScreen screen ) : System.Diagnostics.CodeAnalysis
screen IScreen
return System.Diagnostics.CodeAnalysis