C# 클래스 HeatWave, GGJ2016

상속: ImageEffectBase
파일 보기 프로젝트 열기: netgrind/GGJ2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
depthMap Texture
freq float
phase float
phasePerSecond float
radial bool
strength float
taps float

공개 메소드들

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

메소드 상세

OnRenderImage() 공개 메소드

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

프로퍼티 상세

depthMap 공개적으로 프로퍼티

public Texture depthMap
리턴 Texture

freq 공개적으로 프로퍼티

public float freq
리턴 float

phase 공개적으로 프로퍼티

public float phase
리턴 float

phasePerSecond 공개적으로 프로퍼티

public float phasePerSecond
리턴 float

radial 공개적으로 프로퍼티

public bool radial
리턴 bool

strength 공개적으로 프로퍼티

public float strength
리턴 float

taps 공개적으로 프로퍼티

public float taps
리턴 float