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

Inheritance: Meshellator.Viewer.Framework.Rendering.Decorators.DecoratorBase
Show file Open project: tgjones/meshellator

Public Methods

Method Description
FillModeDecorator ( Device device ) : System.Collections.Generic
IsActive ( RenderSettings settings ) : bool
OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
OnEndDrawModel ( Model model, RenderSettings renderSettings ) : void

Method Details

FillModeDecorator() public method

public FillModeDecorator ( Device device ) : System.Collections.Generic
device Device
return System.Collections.Generic

IsActive() public method

public IsActive ( RenderSettings settings ) : bool
settings RenderSettings
return bool

OnBeginDrawModel() public method

public OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
model Model
renderSettings RenderSettings
decorators IEnumerable
return void

OnEndDrawModel() public method

public OnEndDrawModel ( Model model, RenderSettings renderSettings ) : void
model Model
renderSettings RenderSettings
return void