共用方式為


SceneMetallicRoughnessMaterial.MetallicFactor 屬性

定義

取得或設定值,這個值表示材質的顯示方式。

public:
 property float MetallicFactor { float get(); void set(float value); };
float MetallicFactor();

void MetallicFactor(float value);
public float MetallicFactor { get; set; }
var single = sceneMetallicRoughnessMaterial.metallicFactor;
sceneMetallicRoughnessMaterial.metallicFactor = single;
Public Property MetallicFactor As Single

屬性值

Single

float

值,指出材質的出現方式。

適用於