| 
    UnityMol
    0.9.6-875
    
   UnityMol viewer / In developement 
   | 
 
 Inheritance diagram for UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance:
 Collaboration diagram for UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance:Public Member Functions | |
| override bool | CheckResources () | 
  Public Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase | |
| bool | Dx11Support () | 
Public Attributes | |
| float | intensity = 0.5f | 
| float | radius = 0.2f | 
| int | blurIterations = 1 | 
| float | blurFilterDistance = 1.25f | 
| int | downsample = 0 | 
| Texture2D | rand = null | 
| Shader | aoShader = null | 
Private Member Functions | |
| void | OnDisable () | 
| void | OnRenderImage (RenderTexture source, RenderTexture destination) | 
Private Attributes | |
| Material | aoMaterial = null | 
Additional Inherited Members | |
  Protected Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase | |
| Material | CheckShaderAndCreateMaterial (Shader s, Material m2Create) | 
| Material | CreateMaterial (Shader s, Material m2Create) | 
| bool | CheckSupport () | 
| void | Start () | 
| bool | CheckSupport (bool needDepth) | 
| bool | CheckSupport (bool needDepth, bool needHdr) | 
| void | ReportAutoDisable () | 
| void | NotSupported () | 
| void | DrawBorder (RenderTexture dest, Material material) | 
  Protected Attributes inherited from UnityStandardAssets.ImageEffects.PostEffectsBase | |
| bool | supportHDRTextures = true | 
| bool | supportDX11 = false | 
| bool | isSupported = true | 
Definition at line 9 of file ScreenSpaceAmbientObscurance.cs.
      
  | 
  virtual | 
Reimplemented from UnityStandardAssets.ImageEffects.PostEffectsBase.
Definition at line 26 of file ScreenSpaceAmbientObscurance.cs.
      
  | 
  private | 
Definition at line 36 of file ScreenSpaceAmbientObscurance.cs.
      
  | 
  private | 
Definition at line 43 of file ScreenSpaceAmbientObscurance.cs.
References UnityStandardAssets.ImageEffects.Screen.
      
  | 
  private | 
Definition at line 24 of file ScreenSpaceAmbientObscurance.cs.
| Shader UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.aoShader = null | 
Definition at line 22 of file ScreenSpaceAmbientObscurance.cs.
| float UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.blurFilterDistance = 1.25f | 
Definition at line 17 of file ScreenSpaceAmbientObscurance.cs.
| int UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.blurIterations = 1 | 
Definition at line 15 of file ScreenSpaceAmbientObscurance.cs.
| int UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.downsample = 0 | 
Definition at line 19 of file ScreenSpaceAmbientObscurance.cs.
| float UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.intensity = 0.5f | 
Definition at line 11 of file ScreenSpaceAmbientObscurance.cs.
| float UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.radius = 0.2f | 
Definition at line 13 of file ScreenSpaceAmbientObscurance.cs.
| Texture2D UnityStandardAssets.ImageEffects.ScreenSpaceAmbientObscurance.rand = null | 
Definition at line 21 of file ScreenSpaceAmbientObscurance.cs.