C# 클래스 Kalidescope, GGJ2016

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

공개 프로퍼티들

프로퍼티 타입 설명
baseAngle float
basePerSecond float
mirrors float
spinAngle float
spinPerSecond float

공개 메소드들

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

메소드 상세

OnRenderImage() 공개 메소드

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

프로퍼티 상세

baseAngle 공개적으로 프로퍼티

public float baseAngle
리턴 float

basePerSecond 공개적으로 프로퍼티

public float basePerSecond
리턴 float

mirrors 공개적으로 프로퍼티

public float mirrors
리턴 float

spinAngle 공개적으로 프로퍼티

public float spinAngle
리턴 float

spinPerSecond 공개적으로 프로퍼티

public float spinPerSecond
리턴 float