C# 클래스 DigitalRuby.SimpleLUT.SimpleLUT

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule

공개 메소드들

메소드 설명
SetIdentityLut ( ) : void
ValidDimensions ( Texture2D tex2d ) : bool

비공개 메소드들

메소드 설명
Convert ( Texture2D lookupTexture ) : bool
CreateMaterial ( ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Update ( ) : void

메소드 상세

SetIdentityLut() 공개 메소드

public SetIdentityLut ( ) : void
리턴 void

ValidDimensions() 공개 메소드

public ValidDimensions ( Texture2D tex2d ) : bool
tex2d UnityEngine.Texture2D
리턴 bool