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

ent
Entity

attributes
GfxAttributesWire

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition