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