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 之间设置。