Class MeshOutlineNode
- Namespace
- HelixToolkit.SharpDX.Model.Scene
- Assembly
- HelixToolkit.SharpDX.dll
public class MeshOutlineNode : MeshNode, IDisposable, IComparable<SceneNode>, IAnimationNode, IHitable, IThrowingShadow, IInstancing, IBoundable, IApplyPostEffect, IDynamicReflectable
- Inheritance
-
MeshOutlineNode
- Implements
- Inherited Members
- Extension Methods
Properties
EnableOutline
Gets or sets a value indicating whether [enable outline].
public bool EnableOutline { get; set; }
Property Value
- bool
trueif [enable outline]; otherwise,false.
IsDrawGeometry
Gets or sets a value indicating whether this instance is draw geometry.
public bool IsDrawGeometry { get; set; }
Property Value
- bool
trueif this instance is draw geometry; otherwise,false.
OutlineColor
Gets or sets the color of the outline.
public Color4 OutlineColor { get; set; }
Property Value
- Color4
The color of the outline.
OutlineFadingFactor
Gets or sets the outline fading factor.
public float OutlineFadingFactor { get; set; }
Property Value
- float
The outline fading factor.
Methods
OnCreateRenderCore()
Called when [create render core].
protected override RenderCore OnCreateRenderCore()