C# Class Myre.Graphics.Deferred.AntiAliasComponent

Inheritance: RendererComponent
Afficher le fichier Open project: TomGillen/Myre

Méthodes publiques

Méthode Description
AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, string inputResource ) : System
Draw ( Renderer renderer ) : void
Initialise ( Renderer renderer, ResourceContext context ) : void

Private Methods

Méthode Description
AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System

Method Details

AntiAliasComponent() public méthode

public AntiAliasComponent ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, string inputResource ) : System
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
inputResource string
Résultat System

Draw() public méthode

public Draw ( Renderer renderer ) : void
renderer Renderer
Résultat void

Initialise() public méthode

public Initialise ( Renderer renderer, ResourceContext context ) : void
renderer Renderer
context ResourceContext
Résultat void