SceneLightingEffect.SpecularAmount プロパティ

定義

反射ライトの強度。

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

プロパティ値

Single

float

反射ライトの強度。

適用対象