Click or drag to resize
AB4D logo

WpfMaterialHasTransparency Property

Gets a boolean that specifies if this material is semi-transparent and needs to be alpha blended with the scene.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasTransparency { get; }

Property Value

Boolean

Implements

ITransparentMaterialHasTransparency
See Also