C# Class EdgeDetection, Unity_Shaders_Book

Inheritance: MonoBehaviour
Mostra 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_oe property

public Color backgroundColor
return Color

edgeColor public_oe property

public Color edgeColor
return Color

edgeDetectShader public_oe property

public Shader edgeDetectShader
return Shader