Table of Contents

Interface IMeshOutlineParams

Namespace
HelixToolkit.SharpDX.Core
Assembly
HelixToolkit.SharpDX.dll
public interface IMeshOutlineParams

Properties

Color

Gets or sets the color.

Color4 Color { get; set; }

Property Value

Color4

The color.

DrawMesh

Draw original mesh

bool DrawMesh { get; set; }

Property Value

bool

DrawOutlineBeforeMesh

Draw outline order

bool DrawOutlineBeforeMesh { get; set; }

Property Value

bool

OutlineEnabled

Enable outline

bool OutlineEnabled { get; set; }

Property Value

bool

OutlineFadingFactor

Outline fading

float OutlineFadingFactor { get; set; }

Property Value

float