ColorMaterial.VertexMix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
頂點色彩會混合到最終色彩中。 在 [0..1] 範圍內。
public:
property float VertexMix { float get(); void set(float value); };
public float VertexMix { get; set; }
member this.VertexMix : single with get, set
Public Property VertexMix As Single
屬性值
備註
如果網格具有頂點色彩,這些色彩可以乘以最終色彩。 此選項會定義頂點色彩將有多少影響。 值為 0.0 表示頂點色彩完全不會影響輸出。 在 1.0,頂點色彩會完全乘以 albedo 色彩。
InvalidParam如果值超出 [0..1] 範圍,就會發生錯誤。