Method ArePostProcessesEnabled
ArePostProcessesEnabled(Camera)
Returns true if "Post Processes" are enabled for the view associated with the given camera.
Declaration
public static bool ArePostProcessesEnabled(Camera camera)
Parameters
| Type | Name | Description | 
|---|---|---|
| Camera | camera | Input camera.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if "Post Processes" are enabled for the view associated with the given camera.  |