Class LineArrowHeadMaterialCore
- Namespace
- HelixToolkit.SharpDX.Model
- Assembly
- HelixToolkit.SharpDX.dll
public class LineArrowHeadMaterialCore : LineMaterialCore, IMaterial, INotifyPropertyChanged, ILineRenderParams
- Inheritance
-
LineArrowHeadMaterialCore
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
ArrowSize
Gets or sets the size of the arrow.
public float ArrowSize { get; set; }
Property Value
- float
The size of the arrow.
Methods
CreateMaterialVariables(IEffectsManager, IRenderTechnique)
Creates the material variables.
public override MaterialVariable? CreateMaterialVariables(IEffectsManager manager, IRenderTechnique technique)
Parameters
managerIEffectsManagerThe manager.
techniqueIRenderTechniqueThe technique.