RenderContextBase.CreateShadowMap Method

Public Function CreateShadowMap( _ 
ByVal lightIndex As Integer, _ 
ByVal firstLight As Boolean, _ 
ByVal gfxShadowParams As GfxShadowParams, _ 
ByVal clippingPlanes As ClippingPlaneBase(), _ 
ByVal lights As LightSettings(), _ 
ByVal drawForShadowMap As DrawForShadowMapDelegate, _ 
ByVal drawForShadowMapParams As Object
) As Boolean
This language is not supported or no code example is available.
public bool CreateShadowMap( 
int lightIndex
bool firstLight
GfxShadowParams gfxShadowParams
ClippingPlaneBase[] clippingPlanes
LightSettings[] lights
DrawForShadowMapDelegate drawForShadowMap
object drawForShadowMapParams 
)
This language is not supported or no code example is available.

Parameters

lightIndex
int

firstLight
bool

gfxShadowParams
GfxShadowParams

clippingPlanes
ClippingPlaneBase[]

lights
LightSettings[]

drawForShadowMap
DrawForShadowMapDelegate

drawForShadowMapParams
object

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition