C# Class UnityStandardAssets.ImageEffects.TransformScript

Inheritance: PostEffectsBase
Exibir arquivo Open project: PentaHelix/chrawl

Public Properties

Property Type Description
TransformShader UnityEngine.Shader
m_Transform UnityEngine.Material

Public Methods

Method Description
CheckResources ( ) : bool
Ripple ( float t ) : void
Tint ( float t, Color c ) : void
Update ( ) : void

Private Methods

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

Method Details

CheckResources() public method

public CheckResources ( ) : bool
return bool

Ripple() public method

public Ripple ( float t ) : void
t float
return void

Tint() public method

public Tint ( float t, Color c ) : void
t float
c Color
return void

Update() public method

public Update ( ) : void
return void

Property Details

TransformShader public_oe property

public Shader,UnityEngine TransformShader
return UnityEngine.Shader

m_Transform public_oe property

public Material,UnityEngine m_Transform
return UnityEngine.Material