[]
Global attribute for ICustomEffect description.
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public class CustomEffectAttribute : Attribute, _Attribute
Initializes a new instance of CustomEffectAttribute class.
public CustomEffectAttribute(string description, string category, string author)
description
stringDescription of the custom effect
category
stringCategory of the custom effect
author
stringAuthor of the custom effect
Gets the Author name.
public string Author { get; }
Gets the Category name.
public string Category { get; }
Gets the Description name.
public string Description { get; }
Gets the DisplayName name.
public string DisplayName { get; set; }