C# Class EdgeDetection, Unity_Shaders_Book

Inheritance: MonoBehaviour
Show file Open project: candycat1992/Unity_Shaders_Book Class Usage Examples

Public Properties

Property Type Description
backgroundColor Color
edgeColor Color
edgeDetectShader Shader

Public Methods

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

Method Details

OnRenderImage() public method

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

Property Details

backgroundColor public property

public Color backgroundColor
return Color

edgeColor public property

public Color edgeColor
return Color

edgeDetectShader public property

public Shader edgeDetectShader
return Shader