C# Class PostFX.TiltShift

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: Chman/TiltShift

Public Properties

Property Type Description
Preview bool
Shader UnityEngine.Shader
UseDistortion bool

Protected Properties

Property Type Description
m_GoldenRot UnityEngine.Vector4
m_Material UnityEngine.Material

Public Methods

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

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source UnityEngine.RenderTexture
destination UnityEngine.RenderTexture
return void

Start() public method

public Start ( ) : void
return void

Property Details

Preview public_oe property

public bool Preview
return bool

Shader public_oe property

public Shader,UnityEngine Shader
return UnityEngine.Shader

UseDistortion public_oe property

public bool UseDistortion
return bool

m_GoldenRot protected_oe property

protected Vector4,UnityEngine m_GoldenRot
return UnityEngine.Vector4

m_Material protected_oe property

protected Material,UnityEngine m_Material
return UnityEngine.Material