共用方式為


PbrMaterial.FadeOut 屬性

定義

[0..1] 範圍中的淡出值,其中 0.0 表示完全淡出,而 1.0 表示完全不透明。

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

屬性值

備註

這與變更透明材質上的 albedo Alpha 非常類似,不過,此函式會自動管理 1.0 (完全不透明) 且小於 1.0 (半透明) 的透明度旗標。

InvalidParam如果值超出 [0..1] 範圍,就會發生錯誤。

適用於