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
DrawOutlineBeforeMesh
Draw outline order
bool DrawOutlineBeforeMesh { get; set; }
Property Value
OutlineEnabled
Enable outline
bool OutlineEnabled { get; set; }
Property Value
OutlineFadingFactor
Outline fading
float OutlineFadingFactor { get; set; }