SceneLightingEffect.AmbientAmount Properti

Definisi

Proporsi AmbientLight yang telah ditentukan sebelumnya yang digunakan oleh efek .

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

Nilai Properti

Single

float

Proporsi AmbientLight yang telah ditentukan sebelumnya yang digunakan oleh efek . Nilai harus diatur antara 0,0 dan 1,0.

Berlaku untuk