Model.SetColorRendered Method

Rendered mat changer.
Public Shared Sub SetColorRendered( _ 
ByVal context As RenderContextBase, _ 
ByVal nature As entityNatureType, _ 
ByVal material As Material, _ 
ByVal selected As Boolean, _ 
ByVal data As RenderParams
)
This language is not supported or no code example is available.
public static void SetColorRendered( 
RenderContextBase context
entityNatureType nature
Material material
bool selected
RenderParams data 
)
This language is not supported or no code example is available.

Parameters

context
RenderContextBase

nature
entityNatureType

The nature of the entity just to be drawn

material
Material

The entity material

selected
bool

The selection status

data
RenderParams

Data for high quality rendering

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition