SceneLightingEffect.ReflectanceModel Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um valor que indica como a reflexão de um SceneLightingEffect é modelada.
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
Valor da propriedade
Um valor que indica como a reflexão de um SceneLightingEffect é modelada.
Requisitos do Windows
Família de dispositivos |
Windows 10 Fall Creators Update (introduzida na 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v5.0)
|