C# 클래스 AcidFade, GGJ2016

상속: ImageEffectBase
파일 보기 프로젝트 열기: netgrind/GGJ2016

공개 프로퍼티들

프로퍼티 타입 설명
angle float
fade float
sampleDistance float
sampleFreq float

공개 메소드들

메소드 설명
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

메소드 상세

OnRenderImage() 공개 메소드

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
리턴 void

프로퍼티 상세

angle 공개적으로 프로퍼티

public float angle
리턴 float

fade 공개적으로 프로퍼티

public float fade
리턴 float

sampleDistance 공개적으로 프로퍼티

public float sampleDistance
리턴 float

sampleFreq 공개적으로 프로퍼티

public float sampleFreq
리턴 float