 |
PixelMaterialHasTransparency Property |
HasTransparency can be set when
PixelColors is used and can specify if any of the pixel color has alpha value less than 1.
When this property not set and PixelColors is used, then all colors are checked to see if there is any transparent color.
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic bool HasTransparency { get; set; }
Property Value
Boolean[Missing <value> documentation for "P:Ab4d.SharpEngine.Materials.PixelMaterial.HasTransparency"]
Implements
ITransparentMaterialHasTransparency
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Materials.PixelMaterial.HasTransparency"]
See Also