C# 클래스 EmptyKeys.UserInterface.Media.MonoGameEffect

Implements MonoGame specific effect
상속: EffectBase
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
GetNativeEffect ( ) : object

Gets the native effect.

MonoGameEffect ( object nativeEffect ) : System

Initializes a new instance of the MonoGameEffect class.

UpdateEffectParameters ( ) : void

Updates the effect parameters.

메소드 상세

GetNativeEffect() 공개 메소드

Gets the native effect.
public GetNativeEffect ( ) : object
리턴 object

MonoGameEffect() 공개 메소드

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

UpdateEffectParameters() 공개 메소드

Updates the effect parameters.
public UpdateEffectParameters ( ) : void
리턴 void