|
ThickLineEffectOverrideBlendState Property |
When OverrideBlendState is set then ThickLineEffect will use that blend state.
When null (by default) then Opaque blend state is used when lines's alpha color is 1, and NonPremultipliedAlphaBlend is used when alpha color is less then 1.
Namespace: Ab3d.DirectX.EffectsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public BlendState OverrideBlendState { get; set; }
Property Value
BlendStateSee Also