RenderContextBase.CreateReflectionShaders Method

Public MustOverride Function CreateReflectionShaders( _ 
ByVal shadowQuality As realisticShadowQualityType, _ 
ByVal orientationMode As orientationType, _ 
ByVal background As BackgroundSettings, _ 
ByVal lights As LightSettings() _ 
) As Dictionary(Of shaderType, IShaderTechnique)
This language is not supported or no code example is available.
public abstract Dictionary<shaderType, IShaderTechnique> CreateReflectionShaders( 
realisticShadowQualityType shadowQuality
orientationType orientationMode
BackgroundSettings background
LightSettings[] lights 
)
This language is not supported or no code example is available.

Parameters

shadowQuality
realisticShadowQualityType

orientationMode
orientationType

background
BackgroundSettings

lights
LightSettings[]

Return Value

Dictionary<shaderType, IShaderTechnique>

.NET Framework

Supported in: 4.8

In this article

Definition