Effect Class
An effect that modifies the visual result produced from layers or views
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public abstract class Effect : ResourceObject
Remarks
Base class for all hardware accelerated visual effects that can be applied to a View, Layer, LineOfSightOverlay or CameraProjectOverlay.
See Hardware Accelerated Visual Effects for general information about performance and limitations and the documentation for each subclass for details about each effect.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Effect
AmbientOcclusionEffect
BlurEffect
BrightnessContrastEffect
DropShadowEffect
GammaEffect
GlowEffect
HaloEffect
HueSaturationEffect
Platforms
Windows, Linux, Android
Effect Members
The Effect type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current Effect has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the Effect. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current Effect represents. Inherited from EngineObject |
Strength | Gets or sets the strength of the effect. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |