Class CustomEffectInputAttribute
Input attribute for CustomEffect description.
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomEffectInputAttribute : Attribute
- Inheritance
-
CustomEffectInputAttribute
- Inherited Members
Constructors
CustomEffectInputAttribute(string)
Initializes a new instance of CustomEffectInputAttribute attribute.
public CustomEffectInputAttribute(string input)
Parameters
input
string
Properties
Input
Gets the Input name.
public string Input { get; }