C# Class EmptyKeys.UserInterface.Media.MonoGameEffect

Implements MonoGame specific effect
Inheritance: EffectBase
Mostrar archivo Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
GetNativeEffect ( ) : object

Gets the native effect.

MonoGameEffect ( object nativeEffect ) : System

Initializes a new instance of the MonoGameEffect class.

UpdateEffectParameters ( ) : void

Updates the effect parameters.

Method Details

GetNativeEffect() public method

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

MonoGameEffect() public method

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

UpdateEffectParameters() public method

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