IMHOTEP Framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Types | Public Member Functions | Public Attributes | List of all members
UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated Class Reference
Inheritance diagram for UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated:
Inheritance graph
[legend]
Collaboration diagram for UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated:
Collaboration graph
[legend]

Public Types

enum  Dof34QualitySetting { OnlyBackground = 1, BackgroundAndForeground = 2 }
 
enum  DofResolution { High = 2, Medium = 3, Low = 4 }
 
enum  DofBlurriness { Low = 1, High = 2, VeryHigh = 4 }
 
enum  BokehDestination { Background = 0x1, Foreground = 0x2, BackgroundAndForeground = 0x3 }
 

Public Member Functions

override bool CheckResources ()
 
- Public Member Functions inherited from UnityStandardAssets.ImageEffects.PostEffectsBase
bool Dx11Support ()
 

Public Attributes

Dof34QualitySetting quality = Dof34QualitySetting.OnlyBackground
 
DofResolution resolution = DofResolution.Low
 
bool simpleTweakMode = true
 
float focalPoint = 1.0f
 
float smoothness = 0.5f
 
float focalZDistance = 0.0f
 
float focalZStartCurve = 1.0f
 
float focalZEndCurve = 1.0f
 
Transform objectFocus = null
 
float focalSize = 0.0f
 
DofBlurriness bluriness = DofBlurriness.High
 
float maxBlurSpread = 1.75f
 
float foregroundBlurExtrude = 1.15f
 
Shader dofBlurShader
 
Shader dofShader
 
bool visualize = false
 
BokehDestination bokehDestination = BokehDestination.Background
 
bool bokeh = false
 
bool bokehSupport = true
 
Shader bokehShader
 
Texture2D bokehTexture
 
float bokehScale = 2.4f
 
float bokehIntensity = 0.15f
 
float bokehThresholdContrast = 0.1f
 
float bokehThresholdLuminance = 0.55f
 
int bokehDownsample = 1
 

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
 

Detailed Description

Definition at line 9 of file DepthOfFieldDeprecated.cs.


The documentation for this class was generated from the following file: