BlockReference.DrawTrianglesForShadowMap Method

Draws the triangles for the shadow map creation.
Protected Friend Overridable Function DrawTrianglesForShadowMap( _ 
ByVal data As DrawEntitiesShadowParams
) As Boolean
This language is not supported or no code example is available.
internal protected virtual bool DrawTrianglesForShadowMap( 
DrawEntitiesShadowParams data 
)
This language is not supported or no code example is available.

Parameters

data
DrawEntitiesShadowParams

The draw parameters

Return Value

bool

True if successful, false otherwise/

.NET Framework

Supported in: 4.8

In this article

Definition