C# Class DrawMeshRenderer.BitmapRenderer

Inheritance: Renderer
Afficher le fichier Open project: explodingbarrel/lwf

Méthodes publiques

Méthode Description
BitmapRenderer ( LWF lwf, BitmapContext context )
Destruct ( ) : void
Render ( Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void
RenderNow ( ) : void

Method Details

BitmapRenderer() public méthode

public BitmapRenderer ( LWF lwf, BitmapContext context )
lwf LWF
context BitmapContext

Destruct() public méthode

public Destruct ( ) : void
Résultat void

Render() public méthode

public Render ( Matrix matrix, ColorTransform colorTransform, int renderingIndex, int renderingCount, bool visible ) : void
matrix Matrix
colorTransform ColorTransform
renderingIndex int
renderingCount int
visible bool
Résultat void

RenderNow() public méthode

public RenderNow ( ) : void
Résultat void