Class LightPointShadowMap
A standard shadow map.
[DataContract("LightPointShadowMap")]
[Display("Point ShadowMap", null)]
public sealed class LightPointShadowMap : LightShadowMap, ILightShadow
  - Inheritance
 - 
      objectLightPointShadowMap
 
- Implements
 
- Inherited Members
 
Properties
Type
The type of shadow mapping technique to use for this point light
public LightPointShadowMapType Type { get; set; }