SceneLightingEffect.AmbientAmount プロパティ

定義

効果によって使用される定義済みの AmbientLight の割合。

public:
 property float AmbientAmount { float get(); void set(float value); };
float AmbientAmount();

void AmbientAmount(float value);
public float AmbientAmount { get; set; }
var single = sceneLightingEffect.ambientAmount;
sceneLightingEffect.ambientAmount = single;
Public Property AmbientAmount As Single

プロパティ値

Single

float

効果によって使用される定義済みの AmbientLight の割合。 値は 0.0 から 1.0 の間で設定する必要があります。

適用対象