Class LayerEffectPropertyGroup
Represents a property group on a layer
Note: You cannot initialize property groups yourself. If properly placed and annotated, the Artemis core will initialize these for you.
Implements
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public abstract class LayerEffectPropertyGroup : LayerPropertyGroup, IDisposable
Constructors
LayerEffectPropertyGroup()
Declaration
protected LayerEffectPropertyGroup()
Properties
IsEnabled
Whether or not this layer effect is enabled
Declaration
[PropertyDescription(Name = "Enabled", Description = "Whether or not this layer effect is enabled")]
public BoolLayerProperty IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
BoolLayerProperty |