C# Class EmptyKeys.UserInterface.Media.EffectBase

Implements abstract Effect
Show file Open project: EmptyKeys/UI_Engines Class Usage Examples

Public Methods

Method Description
EffectBase ( object nativeEffect ) : System

Initializes a new instance of the EffectBase class.

GetNativeEffect ( ) : object

Gets the native effect.

UpdateEffectParameters ( ) : void

Updates the effect parameters.

Method Details

EffectBase() public method

Initializes a new instance of the EffectBase class.
public EffectBase ( object nativeEffect ) : System
nativeEffect object The native effect.
return System

GetNativeEffect() public abstract method

Gets the native effect.
public abstract GetNativeEffect ( ) : object
return object

UpdateEffectParameters() public abstract method

Updates the effect parameters.
public abstract UpdateEffectParameters ( ) : void
return void