SceneLightingEffect.AmbientAmount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
效果所使用的預先定義 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 之間。