PbrMaterial.FadeOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fade-out value in the [0..1] range, where 0.0 means fully faded out and 1.0 means fully opaque.
public:
property float FadeOut { float get(); void set(float value); };
public float FadeOut { get; set; }
member this.FadeOut : single with get, set
Public Property FadeOut As Single
Property Value
Remarks
This is very similar to changing the albedo's alpha on a transparent material, however, this function automatically manages the transparency flag for values of 1.0 (fully opaque) and smaller than 1.0 (semi-transparent).
A InvalidParam error occurs if the value is outside [0..1] range.