Interface IVolumeDebugSettings
Volume debug settings.
This variant is obsolete and kept only for not breaking user code. Use IVolume
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Obsolete("This variant is obsolete and kept only for not breaking user code. Use IVolumeDebugSettings2 for all new usage.", false)]
public interface IVolumeDebugSettings
Properties
Name | Description |
---|---|
cameras | Returns the collection of registered cameras. |
selected |
Current camera to debug. |
selected |
Selected camera index. |
selected |
Selected camera volume layer mask. |
selected |
Selected camera volume position. |
selected |
Selected camera volume stack. |
selected |
Selected component. |
selected |
Type of the current component to debug. |
Methods
Name | Description |
---|---|
Get |
Obtains the volume weight |
Get |
Obtains the Volumes |
Refresh |
Refreshes the volumes, fetches the stored volumes on the panel |
Volume |
Return if the Volume has influence |