DrawSceneParams.Entities Property

Gets or sets the list of entities to draw.
Public Property Entities() As IList(Of Entity)
This language is not supported or no code example is available.
public IList<Entity> Entities {get; set;}
This language is not supported or no code example is available.

Property Value

IList<Entity>
Remarks
 
They can be sorted with the Environment.SortEntitiesForTransparency

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition