3 using System.Collections.Generic;
5 using SiliconStudio.Core;
6 using SiliconStudio.Core.Serialization.Converters;
7 using SiliconStudio.Paradox.DataModel;
8 using SiliconStudio.Paradox.Engine;
10 namespace SiliconStudio.
Paradox.Effects
13 [DataContract(
"ShadowConfiguration")]
59 [DataContract(
"ShadowConfigurationArray")]
70 public List<ShadowConfiguration>
Groups;
74 Groups =
new List<ShadowConfiguration>();
int CascadeCount
The number of cascade in this group.
Base class for converters to/from a data type.
List< ShadowConfiguration > Groups
The groups of shadows. Each group contains only one type light, of filtering and a fixed number of ca...
LightType LightType
The type of light.
ShadowConfigurationArray()
ShadowMapFilterType FilterType
The type of filtering in this group.
int ShadowCount
The number of shadows in this group.