Method IsLightOverlapDebugEnabled
IsLightOverlapDebugEnabled(Camera)
Returns true if the "Light Overlap" scene view draw mode is enabled.
Declaration
public static bool IsLightOverlapDebugEnabled(Camera camera)
Parameters
| Type | Name | Description | 
|---|---|---|
| Camera | camera | Input camera.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if "Light Overlap" is enabled in the scene view associated with the input camera.  |