Class LayerEffectRegistration
Represents a layer effect registration
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class LayerEffectRegistration
Properties
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
Declaration
public bool IsInStore { get; }
Property Value
Type | Description |
---|---|
bool |
LayerEffectDescriptor
Gets the layer effect descriptor that has been registered
Declaration
public LayerEffectDescriptor LayerEffectDescriptor { get; }
Property Value
Type | Description |
---|---|
LayerEffectDescriptor |
PluginFeature
Gets the plugin the layer effect is associated with
Declaration
public PluginFeature PluginFeature { get; }
Property Value
Type | Description |
---|---|
PluginFeature |