C# Class Kino.Obscurance

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: keijiro/KinoObscurance Class Usage Examples

Private Properties

Свойство Type Description
OnRenderImage void

Méthodes publiques

Méthode Description
BuildAOCommands ( ) : void
ExecuteAOPass ( RenderTexture source, RenderTexture destination ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPreRender ( ) : void
UpdateMaterialProperties ( ) : void

Private Methods

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

Method Details

BuildAOCommands() public méthode

public BuildAOCommands ( ) : void
Résultat void

ExecuteAOPass() public méthode

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

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnPreRender() public méthode

public OnPreRender ( ) : void
Résultat void

UpdateMaterialProperties() public méthode

public UpdateMaterialProperties ( ) : void
Résultat void