Artemis logo
Search Results for

    Show / Hide Table of Contents

    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 Source

    Description

    The description that is displayed in the UI

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayName

    The name that is displayed in the UI

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    LayerEffectType

    The type of the layer effect

    Declaration
    public Type LayerEffectType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Provider

    The plugin that provided this LayerEffectDescriptor

    Declaration
    public LayerEffectProvider Provider { get; }
    Property Value
    Type Description
    LayerEffectProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX