C# 클래스 Zoom, ShaderProject

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

보호된 프로퍼티들

프로퍼티 타입 설명
ZOOM_POS string
mat Material
xMax float
xMin float
yMax float
yMin float

보호된 메소드들

메소드 설명
OnDisable ( ) : void
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnRenderImage() 보호된 메소드

protected OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
sourceTexture RenderTexture
destTexture RenderTexture
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

프로퍼티 상세

ZOOM_POS 보호되어 있는 프로퍼티

protected string ZOOM_POS
리턴 string

mat 보호되어 있는 프로퍼티

protected Material mat
리턴 Material

xMax 보호되어 있는 프로퍼티

protected float xMax
리턴 float

xMin 보호되어 있는 프로퍼티

protected float xMin
리턴 float

yMax 보호되어 있는 프로퍼티

protected float yMax
리턴 float

yMin 보호되어 있는 프로퍼티

protected float yMin
리턴 float