C# 클래스 shader.Edge

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

공개 메소드들

메소드 설명
Edge ( ) : System

보호된 메소드들

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

메소드 상세

Edge() 공개 메소드

public Edge ( ) : System
리턴 System

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