ColorMaterial.FadeOut 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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] 範圍,就會發生錯誤。