3 using System.Collections.Generic;
6 using SiliconStudio.Core;
7 using SiliconStudio.Paradox.Effects;
9 namespace SiliconStudio.
Paradox.Assets.Effect.ValueGenerators
19 return this.Select(value => key.ConvertValue(value));
22 void IEffectParameterValueGenerator.AddValue(
ParameterKey key,
object value)
24 this.Add((T)key.ConvertValue(value));
Key of an effect parameter.
Generates values for a specific key.