C# Class EmptyKeys.UserInterface.Media.FNAEffect

Implements FNA specific effect
Inheritance: EffectBase
ファイルを表示 Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
FNAEffect ( object nativeEffect ) : System

Initializes a new instance of the FNAEffect class.

GetNativeEffect ( ) : object

Gets the native effect.

UpdateEffectParameters ( ) : void

Updates the effect parameters.

Method Details

FNAEffect() public method

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

GetNativeEffect() public method

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

UpdateEffectParameters() public method

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