C# 클래스 Nez.HeatDistortionPostProcessor

상속: PostProcessor
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
HeatDistortionPostProcessor ( int executionOrder ) : System
onAddedToScene ( ) : void
process ( RenderTarget2D source, RenderTarget2D destination ) : void

메소드 상세

HeatDistortionPostProcessor() 공개 메소드

public HeatDistortionPostProcessor ( int executionOrder ) : System
executionOrder int
리턴 System

onAddedToScene() 공개 메소드

public onAddedToScene ( ) : void
리턴 void

process() 공개 메소드

public process ( RenderTarget2D source, RenderTarget2D destination ) : void
source Microsoft.Xna.Framework.Graphics.RenderTarget2D
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
리턴 void