C# Class EdgeDetectNormalsAndDepth, Unity_Shaders_Book

Inheritance: PostEffectsBase
Mostra 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_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

sampleDistance public_oe property

public float sampleDistance
return float

sensitivityDepth public_oe property

public float sensitivityDepth
return float

sensitivityNormals public_oe property

public float sensitivityNormals
return float