DrawForShadowMapDelegate Delegate

Delegate of method that draws the entities fro the ShadowMap.
Public Delegate Function DrawForShadowMapDelegate( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal drawForShadowParams As Object
) As Boolean
This language is not supported or no code example is available.
public delegate bool DrawForShadowMapDelegate( 
PlaneEquation[] frustum
object drawForShadowParams 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

<default>

drawForShadowParams
object

<default>

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition