C# 클래스 Kino.Motion.FrameBlendingFilter

파일 보기 프로젝트 열기: sorryaboutyourcats/sorryaboutyourOPZ

공개 메소드들

메소드 설명
BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
FrameBlendingFilter ( ) : UnityEngine
PushFrame ( RenderTexture source ) : void
Release ( ) : void

비공개 메소드들

메소드 설명
CheckSupportCompression ( ) : bool
GetFrameRelative ( int offset ) : Frame
GetPreferredRenderTextureFormat ( ) : RenderTextureFormat

메소드 상세

BlendFrames() 공개 메소드

public BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
strength float
source RenderTexture
destination RenderTexture
리턴 void

FrameBlendingFilter() 공개 메소드

public FrameBlendingFilter ( ) : UnityEngine
리턴 UnityEngine

PushFrame() 공개 메소드

public PushFrame ( RenderTexture source ) : void
source RenderTexture
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void