C# Class UnityStandardAssets.ImageEffects.VignetteScript

Inheritance: PostEffectsBase
Exibir arquivo Open project: PentaHelix/chrawl

Public Properties

Property Type Description
VignetteShader UnityEngine.Shader
amount float
m_Vignette UnityEngine.Material

Public Methods

Method Description
CheckResources ( ) : bool

Private Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

CheckResources() public method

public CheckResources ( ) : bool
return bool

Property Details

VignetteShader public_oe property

public Shader,UnityEngine VignetteShader
return UnityEngine.Shader

amount public_oe property

public float amount
return float

m_Vignette public_oe property

public Material,UnityEngine m_Vignette
return UnityEngine.Material