C# Class Kino.Motion.FrameBlendingFilter

Afficher le fichier Open project: sorryaboutyourcats/sorryaboutyourOPZ

Méthodes publiques

Méthode Description
BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
FrameBlendingFilter ( ) : UnityEngine
PushFrame ( RenderTexture source ) : void
Release ( ) : void

Private Methods

Méthode Description
CheckSupportCompression ( ) : bool
GetFrameRelative ( int offset ) : Frame
GetPreferredRenderTextureFormat ( ) : RenderTextureFormat

Method Details

BlendFrames() public méthode

public BlendFrames ( float strength, RenderTexture source, RenderTexture destination ) : void
strength float
source RenderTexture
destination RenderTexture
Résultat void

FrameBlendingFilter() public méthode

public FrameBlendingFilter ( ) : UnityEngine
Résultat UnityEngine

PushFrame() public méthode

public PushFrame ( RenderTexture source ) : void
source RenderTexture
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void