DrawEntitiesShadowParams Constructor

Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal viewport As Viewport, _ 
ByVal entList As IList(Of Entity), _ 
ByVal entMin As Point3D, _ 
ByVal entMax As Point3D, _ 
ByVal simplify As Boolean, _ 
ByVal shaderParams As ShaderParameters, _ 
ByVal lights As LightSettings(), _ 
ByVal shaders As Boolean, _ 
ByVal animating As Boolean, _ 
ByVal selectionStatus As selectionStatusType
)
This language is not supported or no code example is available.
public DrawEntitiesShadowParams( 
Environment environment
Viewport viewport
IList<Entity> entList
Point3D entMin
Point3D entMax
bool simplify
ShaderParameters shaderParams
LightSettings[] lights
bool shaders
bool animating
selectionStatusType selectionStatus 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

viewport
Viewport

entList
IList<Entity>

entMin
Point3D

entMax
Point3D

simplify
bool

shaderParams
ShaderParameters

lights
LightSettings[]

shaders
bool

animating
bool

selectionStatus
selectionStatusType

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition