C# Class IntersectionHighlights, Unity_Shaders_Book

Inheritance: PostEffectsBase
Exibir arquivo Open project: candycat1992/Unity_Shaders_Book

Public Properties

Property Type Description
intersectionHighlightsShader Shader

Public Methods

Method Description
OnEnable ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture src, RenderTexture dest ) : void
src RenderTexture
dest RenderTexture
return void

Property Details

intersectionHighlightsShader public_oe property

public Shader intersectionHighlightsShader
return Shader