Class VolumeLight
This class represents 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 with this light.
Declaration
public override int CascadeCount { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
Methods
FireOnLightVolumeChanged()
Fires the OnLightVolumeChanged event.
Declaration
protected void FireOnLightVolumeChanged()
Events
OnLightVolumeChanged
Event fired when the light properties have been changed.
Declaration
public event EventHandler OnLightVolumeChanged
Event Type
Type | Description |
---|---|
EventHandler |