C# 클래스 Aiv.Fast2D.PostProcessingEffect

파일 보기 프로젝트 열기: aiv01/aiv-fast2d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
enabled bool

보호된 프로퍼티들

프로퍼티 타입 설명
renderTexture RenderTexture
screenMesh Mesh

공개 메소드들

메소드 설명
Apply ( Aiv.Fast2D.Window window ) : void
PostProcessingEffect ( string fragmentShader, string fragmentShaderObsolete = null ) : System
Setup ( Aiv.Fast2D.Window window ) : void
Update ( Aiv.Fast2D.Window window ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
리턴 void

PostProcessingEffect() 공개 메소드

public PostProcessingEffect ( string fragmentShader, string fragmentShaderObsolete = null ) : System
fragmentShader string
fragmentShaderObsolete string
리턴 System

Setup() 공개 메소드

public Setup ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
리턴 void

Update() 공개 메소드

public Update ( Aiv.Fast2D.Window window ) : void
window Aiv.Fast2D.Window
리턴 void

프로퍼티 상세

enabled 공개적으로 프로퍼티

public bool enabled
리턴 bool

renderTexture 보호되어 있는 프로퍼티

protected RenderTexture,Aiv.Fast2D renderTexture
리턴 RenderTexture

screenMesh 보호되어 있는 프로퍼티

protected Mesh,Aiv.Fast2D screenMesh
리턴 Mesh