C# 클래스 cPrecision, psx_retroshader

상속: MonoBehaviour
파일 보기 프로젝트 열기: dsoft20/psx_retroshader

공개 프로퍼티들

프로퍼티 타입 설명
colorPrecision int
palette UnityEngine.Texture2D
usePalette bool

공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnRenderImage() 공개 메소드

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

프로퍼티 상세

colorPrecision 공개적으로 프로퍼티

public int colorPrecision
리턴 int

palette 공개적으로 프로퍼티

public Texture2D,UnityEngine palette
리턴 UnityEngine.Texture2D

usePalette 공개적으로 프로퍼티

public bool usePalette
리턴 bool