SceneLightingEffect.DiffuseAmount Property

Definition

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.

Applies to