Table of Contents

Class LayerEffectRegistration

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a layer effect registration

public class LayerEffectRegistration
Inheritance
object
LayerEffectRegistration

Properties

IsInStore

Gets a boolean indicating whether the registration is in the internal Core store

public bool IsInStore { get; }

Property Value

bool

LayerEffectDescriptor

Gets the layer effect descriptor that has been registered

public LayerEffectDescriptor LayerEffectDescriptor { get; }

Property Value

LayerEffectDescriptor

PluginFeature

Gets the plugin the layer effect is associated with

public PluginFeature PluginFeature { get; }

Property Value

PluginFeature