Material.IsTransparent Method

Tells if the material has a AlphaMapImage or if its Diffuse has alpha < 255.
Public Function IsTransparent() As Boolean
This language is not supported or no code example is available.
public bool IsTransparent()
This language is not supported or no code example is available.

Return Value

bool

True if the material is transparent, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition