Class VolumeLight
This class represent a dynamic light.
Inheritance
VolumeLight
      
      
  Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public abstract class VolumeLight : Light, IDependencyObject
  Properties
CascadeCount
Gets the number of cascades associated to this light.
Declaration
public override int CascadeCount { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Overrides
Methods
FireOnLightVolumeChanged()
Fire the OnLightVolumeChanged event.
Declaration
protected void FireOnLightVolumeChanged()
  Events
OnLightVolumeChanged
Event fired when the light properties has been changed.
Declaration
public event EventHandler OnLightVolumeChanged
  Event Type
| Type | Description | 
|---|---|
| EventHandler |