C# Class PostFX.TiltShift

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Chman/TiltShift

Méthodes publiques

Свойство Type Description
Preview bool
Shader UnityEngine.Shader
UseDistortion bool

Protected Properties

Свойство Type Description
m_GoldenRot UnityEngine.Vector4
m_Material UnityEngine.Material

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Start ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source UnityEngine.RenderTexture
destination UnityEngine.RenderTexture
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Preview public_oe property

public bool Preview
Résultat bool

Shader public_oe property

public Shader,UnityEngine Shader
Résultat UnityEngine.Shader

UseDistortion public_oe property

public bool UseDistortion
Résultat bool

m_GoldenRot protected_oe property

protected Vector4,UnityEngine m_GoldenRot
Résultat UnityEngine.Vector4

m_Material protected_oe property

protected Material,UnityEngine m_Material
Résultat UnityEngine.Material