DrawTransparentEntityRenderedDelegate Delegate

Callback for drawing the transparent entities.
Public Delegate Sub DrawTransparentEntityRenderedDelegate( _ 
ByVal gfxData As RenderParams, _ 
ByVal ent As Entity, _ 
ByVal attributes As GfxAttributesWire
)
This language is not supported or no code example is available.
public delegate void DrawTransparentEntityRenderedDelegate( 
RenderParams gfxData
Entity ent
GfxAttributesWire attributes 
)
This language is not supported or no code example is available.

Parameters

gfxData
RenderParams

<default>

ent
Entity

<default>

attributes
GfxAttributesWire

<default>

.NET Framework

Supported in: 4.8

In this article

Definition