共用方式為


PbrMaterial.Metalness 屬性

定義

常數的金屬值。

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] 範圍,就會發生錯誤。

適用於