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