5 using System.Collections.Generic;
7 using SiliconStudio.Core;
8 using SiliconStudio.Paradox.Graphics;
10 namespace SiliconStudio.
Paradox.Effects.Modules.Renderers
20 public List<LightingUpdateInfo> LightingParameters {
get; set; }
26 public List<ShadowUpdateInfo> ShadowParameters {
get; set; }
32 public bool IsLightingSetup {
get; set; }
37 if (effect == null)
throw new ArgumentNullException(
"effect");
42 effect.Tags.Add(Key, value);
static LightingGroupInfo GetOrCreate(Effect effect)
PropertyContainer Tags
Gets the attached properties to this component.
bool TryGetValue(PropertyKey propertyKey, out object value)
Tries to get a tag value.
A class that represents a tag propety.