SceneMetallicRoughnessMaterial.BaseColorFactor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the base color.
public:
property float4 BaseColorFactor { float4 get(); void set(float4 value); };
float4 BaseColorFactor();
void BaseColorFactor(float4 value);
public Vector4 BaseColorFactor { get; set; }
var vector4 = sceneMetallicRoughnessMaterial.baseColorFactor;
sceneMetallicRoughnessMaterial.baseColorFactor = vector4;
Public Property BaseColorFactor As Vector4
Property Value
A value that indicates the base color.