C# 클래스 Overlay, ShaderProject

상속: MonoBehaviour
파일 보기 프로젝트 열기: ellioman/ShaderProject 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BLEND_VALUE_NAME string
delay float
texIndex int
time float

공개 메소드들

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

보호된 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

OnRenderImage() 공개 메소드

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

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

BLEND_VALUE_NAME 보호되어 있는 프로퍼티

protected string BLEND_VALUE_NAME
리턴 string

delay 보호되어 있는 프로퍼티

protected float delay
리턴 float

texIndex 보호되어 있는 프로퍼티

protected int texIndex
리턴 int

time 보호되어 있는 프로퍼티

protected float time
리턴 float