C# Class EmptyKeys.UserInterface.Media.MonoGameEffect

Implements MonoGame specific effect
Inheritance: EffectBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode 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 méthode

Gets the native effect.
public GetNativeEffect ( ) : object
Résultat object

MonoGameEffect() public méthode

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

UpdateEffectParameters() public méthode

Updates the effect parameters.
public UpdateEffectParameters ( ) : void
Résultat void