RenderContextBase.SetLightAttributes Method

Public Overridable Sub SetLightAttributes( _ 
ByVal lightIndex As Integer, _ 
ByVal diffuse As Single(), _ 
ByVal ambient As Single(), _ 
ByVal specular As Single(), _ 
ByVal light As LightSettings
)
This language is not supported or no code example is available.
public virtual void SetLightAttributes( 
int lightIndex
float[] diffuse
float[] ambient
float[] specular
LightSettings light 
)
This language is not supported or no code example is available.

Parameters

lightIndex
int

diffuse
float[]

ambient
float[]

specular
float[]

light
LightSettings

.NET Framework

Supported in: 4.8

In this article

Definition