C# Class Meshellator.Viewer.Framework.Rendering.Decorators.RenderOptionsDecorator

Inheritance: Meshellator.Viewer.Framework.Rendering.Decorators.DecoratorBase
Afficher le fichier Open project: tgjones/meshellator

Méthodes publiques

Méthode Description
IsActive ( RenderSettings settings ) : bool
OnBeginDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void
OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
RenderOptionsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic

Method Details

IsActive() public méthode

public IsActive ( RenderSettings settings ) : bool
settings RenderSettings
Résultat bool

OnBeginDrawMesh() public méthode

public OnBeginDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void
mesh ModelMesh
renderSettings RenderSettings
Résultat void

OnBeginDrawModel() public méthode

public OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
model Model
renderSettings RenderSettings
decorators IEnumerable
Résultat void

RenderOptionsDecorator() public méthode

public RenderOptionsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic
device SharpDX.Direct3D9.Device
Résultat System.Collections.Generic