SceneLightingEffect.DiffuseAmount 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.
Intensity of the diffuse light.
public:
property float DiffuseAmount { float get(); void set(float value); };
float DiffuseAmount();
void DiffuseAmount(float value);
public float DiffuseAmount { get; set; }
var single = sceneLightingEffect.diffuseAmount;
sceneLightingEffect.diffuseAmount = single;
Public Property DiffuseAmount As Single
Property Value
Single
float
Intensity of the diffuse light.