C# 클래스 Nez.PixelGlitchPostProcessor

glitch effect where the screen is divided into rows verticalSize high. Each row is shifted horizonalAmount left or right. It is best used by changing horizontalOffset every few frames for a second then going back to normal.
상속: PostProcessor
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
PixelGlitchPostProcessor ( int executionOrder ) : System
onAddedToScene ( ) : void
onSceneBackBufferSizeChanged ( int newWidth, int newHeight ) : void

메소드 상세

PixelGlitchPostProcessor() 공개 메소드

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

onAddedToScene() 공개 메소드

public onAddedToScene ( ) : void
리턴 void

onSceneBackBufferSizeChanged() 공개 메소드

public onSceneBackBufferSizeChanged ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
리턴 void