[]
Input attribute for ICustomEffect description.
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomEffectInputAttribute : Attribute, _Attribute
Initializes a new instance of CustomEffectInputAttribute attribute.
public CustomEffectInputAttribute(string input)
input
stringGets the Input name.
public string Input { get; }