PbrMaterial.Metalness 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
常數的金屬值。
public:
property float Metalness { float get(); void set(float value); };
public float Metalness { get; set; }
member this.Metalness : single with get, set
Public Property Metalness As Single
屬性值
備註
金屬是 [0..1] 範圍內的純量,在大部分的使用案例中為 0.0 (非) 或 1.0 () 。 只有在未 MetalnessMap 提供任何時,才會使用金屬常數。
InvalidParam如果值超出 [0..1] 範圍,就會發生錯誤。