Class LayerEffectDescriptor
A class that describes a layer effect
Inheritance
System.Object
LayerEffectDescriptor
Namespace: Artemis.Core.LayerEffects
Assembly: Artemis.Core.dll
Syntax
public class LayerEffectDescriptor
Properties
| Improve this Doc View SourceDescription
The description that is displayed in the UI
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
The name that is displayed in the UI
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Icon
The Material icon to display in the UI, a full reference can be found here
Declaration
public string Icon { get; }
Property Value
Type | Description |
---|---|
System.String |
LayerEffectType
The type of the layer effect
Declaration
public Type LayerEffectType { get; }
Property Value
Type | Description |
---|---|
System.Type |
PlaceholderFor
Gets the GUID this descriptor is acting as a placeholder for. If null, this descriptor is not a placeholder
Declaration
public string PlaceholderFor { get; }
Property Value
Type | Description |
---|---|
System.String |
Provider
The plugin that provided this LayerEffectDescriptor
Declaration
public LayerEffectProvider Provider { get; }
Property Value
Type | Description |
---|---|
LayerEffectProvider |