SceneLightingEffect.ReflectanceModel 屬性

定義

取得或設定值,這個值表示 如何建立 SceneLightingEffect 的反映模型。

public:
 property SceneLightingEffectReflectanceModel ReflectanceModel { SceneLightingEffectReflectanceModel get(); void set(SceneLightingEffectReflectanceModel value); };
SceneLightingEffectReflectanceModel ReflectanceModel();

void ReflectanceModel(SceneLightingEffectReflectanceModel value);
public SceneLightingEffectReflectanceModel ReflectanceModel { get; set; }
var sceneLightingEffectReflectanceModel = sceneLightingEffect.reflectanceModel;
sceneLightingEffect.reflectanceModel = sceneLightingEffectReflectanceModel;
Public Property ReflectanceModel As SceneLightingEffectReflectanceModel

屬性值

值,表示 SceneLightingEffect 的反映如何模型化。

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

適用於