C# 클래스 Kino.Obscurance

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: keijiro/KinoObscurance 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnRenderImage void

공개 메소드들

메소드 설명
BuildAOCommands ( ) : void
ExecuteAOPass ( RenderTexture source, RenderTexture destination ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPreRender ( ) : void
UpdateMaterialProperties ( ) : void

비공개 메소드들

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

메소드 상세

BuildAOCommands() 공개 메소드

public BuildAOCommands ( ) : void
리턴 void

ExecuteAOPass() 공개 메소드

public ExecuteAOPass ( RenderTexture source, RenderTexture destination ) : void
source UnityEngine.RenderTexture
destination UnityEngine.RenderTexture
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnPreRender() 공개 메소드

public OnPreRender ( ) : void
리턴 void

UpdateMaterialProperties() 공개 메소드

public UpdateMaterialProperties ( ) : void
리턴 void