Click or drag to resize
Ab4d.SharpEngine logo

ThickLineCapEffect Properties

The ThickLineCapEffect type exposes the following members.

Properties
 NameDescription
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 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