ScenePbrMaterial.NormalScale 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 the normal scale for the material.
public:
property float NormalScale { float get(); void set(float value); };
float NormalScale();
void NormalScale(float value);
public float NormalScale { get; set; }
var single = scenePbrMaterial.normalScale;
scenePbrMaterial.normalScale = single;
Public Property NormalScale As Single
Property Value
Single
float
The normal scale for the material.