C# Class Knot3.Game.Effects.Z_Nebula

Inheritance: Knot3.Framework.Effects.RenderEffect
Afficher le fichier Open project: knot3/knot3-code

Méthodes publiques

Méthode 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 méthode

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

DrawPrimitive() public méthode

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

RemapModel() public méthode

public RemapModel ( Model model ) : void
model Microsoft.Xna.Framework.Graphics.Model
Résultat void

Z_Nebula() public méthode

public Z_Nebula ( IScreen screen ) : System.Diagnostics.CodeAnalysis
screen IScreen
Résultat System.Diagnostics.CodeAnalysis