Struct SpotLightStruct
Struct with aligned data for sending a spot light to the shader.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct SpotLightStruct
  Fields
Color
Light diffuse color.
Declaration
public Vector3 Color
  Field Value
| Type | Description | 
|---|---|
| Vector3 | 
ConeAngle
The cone angle.
Declaration
public float ConeAngle
  Field Value
| Type | Description | 
|---|---|
| float | 
Direction
The direction.
Declaration
public Vector3 Direction
  Field Value
| Type | Description | 
|---|---|
| Vector3 | 
Falloff
Light range.
Declaration
public float Falloff
  Field Value
| Type | Description | 
|---|---|
| float | 
Position
Light position.
Declaration
public Vector3 Position
  Field Value
| Type | Description | 
|---|---|
| Vector3 |