C# Class UnityStandardAssets.CinematicEffects.AmbientOcclusion

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: 3dAnon/PoniGame

Private Properties

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

Méthodes publiques

Méthode Description
BuildAOCommands ( ) : void
ExecuteAOPass ( RenderTexture source, RenderTexture destination ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Update ( ) : 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

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateMaterialProperties() public méthode

public UpdateMaterialProperties ( ) : void
Résultat void