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