C# Class AfterEffects, EffectShader

Inheritance: MonoBehaviour
Mostra file Open project: inoook/EffectShader

Public Properties

Property Type Description
effectMats Material[]

Public Methods

Method Description
OnRenderImage ( RenderTexture s, RenderTexture d ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture s, RenderTexture d ) : void
s RenderTexture
d RenderTexture
return void

Property Details

effectMats public_oe property

public Material[] effectMats
return Material[]