Click or drag to resize
IDiffuseMaterialHasTransparency 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 (in Ab3d.DXEngine.dll) Version: 2.0.6178.1040
Syntax
C#
bool HasTransparency { get; }

Property Value

Type: Boolean
See Also