C# 클래스 shader.Pixelate

"Pixelate" fragment shader
상속: Effect
파일 보기 프로젝트 열기: SFML/SFML.Net

공개 메소드들

메소드 설명
Pixelate ( ) : System

보호된 메소드들

메소드 설명
OnDraw ( RenderTarget target, RenderStates states ) : void
OnUpdate ( float time, float x, float y ) : void

메소드 상세

OnDraw() 보호된 메소드

protected OnDraw ( RenderTarget target, RenderStates states ) : void
target RenderTarget
states SFML.Graphics.RenderStates
리턴 void

OnUpdate() 보호된 메소드

protected OnUpdate ( float time, float x, float y ) : void
time float
x float
y float
리턴 void

Pixelate() 공개 메소드

public Pixelate ( ) : System
리턴 System