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