 |
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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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