C# Class FogWithDepthTexture, Unity_Shaders_Book

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

Méthodes publiques

Свойство Type Description
fogColor Color
fogEnd float
fogShader Shader
fogStart float

Méthodes publiques

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

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture src, RenderTexture dest ) : void
src RenderTexture
dest RenderTexture
Résultat void

Property Details

fogColor public_oe property

public Color fogColor
Résultat Color

fogEnd public_oe property

public float fogEnd
Résultat float

fogShader public_oe property

public Shader fogShader
Résultat Shader

fogStart public_oe property

public float fogStart
Résultat float