C# Class EdgeDetectNormalsAndDepth, Unity_Shaders_Book

Inheritance: PostEffectsBase
Afficher le fichier Open project: candycat1992/Unity_Shaders_Book

Méthodes publiques

Свойство Type Description
backgroundColor Color
edgeColor Color
edgeDetectShader Shader
sampleDistance float
sensitivityDepth float
sensitivityNormals float

Méthodes publiques

Méthode Description
OnEnable ( ) : void

Private Methods

Méthode Description
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Property Details

backgroundColor public_oe property

public Color backgroundColor
Résultat Color

edgeColor public_oe property

public Color edgeColor
Résultat Color

edgeDetectShader public_oe property

public Shader edgeDetectShader
Résultat Shader

sampleDistance public_oe property

public float sampleDistance
Résultat float

sensitivityDepth public_oe property

public float sensitivityDepth
Résultat float

sensitivityNormals public_oe property

public float sensitivityNormals
Résultat float