C# Class EdgeDetectNormalsAndDepth, Unity_Shaders_Book

Inheritance: PostEffectsBase
Show file Open project: candycat1992/Unity_Shaders_Book

Public Properties

Property Type Description
backgroundColor Color
edgeColor Color
edgeDetectShader Shader
sampleDistance float
sensitivityDepth float
sensitivityNormals float

Public Methods

Method Description
OnEnable ( ) : void

Private Methods

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

Method Details

OnEnable() public method

public OnEnable ( ) : void
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

sampleDistance public property

public float sampleDistance
return float

sensitivityDepth public property

public float sensitivityDepth
return float

sensitivityNormals public property

public float sensitivityNormals
return float