Click or drag to resize
Ab4d.SharpEngine logo

ThickLineEffect Properties

The ThickLineEffect type exposes the following members.

Properties
 NameDescription
Public propertyLineRasterizationMode Gets or sets the mode that specifies how the 3D lines are rendered. When the ThickLineEffect is created, this value is set to GeometryShader. If this is not changed by the used, then when this effect is initialized, then this value is set to the LineRasterizationMode from the Scene object. If the selected mode is not supported by the system, then a supported mode is used (VulkanSinglePixelWideLines is used as a fallback value).
Public propertyOverrideLineColor Gets or sets a Color4 that will be used as line color for all objects rendered by this effect. This property can be set only on custom effect instance (IsDefaultEffect is false) that is created by CreateNew method and cannot be changed on default implementation of the effect (get by GetDefault method).
Public propertyOverrideLineStippleFactor Gets or sets a float that will be used as repeat factor in stippled line (LinePatternScale) for all objects rendered by this effect. This property can be set only on custom effect instance (IsDefaultEffect is false) that is created by CreateNew method and cannot be changed on default implementation of the effect (get by GetDefault method).
Public propertyOverrideLineStipplePattern Gets or sets a ushort value that will be used as line stipple pattern (LinePattern) for all objects rendered by this effect. This property can be set only on custom effect instance (IsDefaultEffect is false) that is created by CreateNew method and cannot be changed on default implementation of the effect (get by GetDefault method).
Public propertyOverrideLineThickness Gets or sets a float that will be used as line thickness for all objects rendered by this effect. This property can be set only on custom effect instance (IsDefaultEffect is false) that is created by CreateNew method and cannot be changed on default implementation of the effect (get by GetDefault method).
Top
See Also