Unity-NorthStar / data /Packages /com.unity.render-pipelines.universal /Runtime /Debug /UniversalRenderPipelineVolumeDebugSettings.deprecated.cs
| using System; | |
| namespace UnityEngine.Rendering.Universal | |
| { | |
| public partial class UniversalRenderPipelineVolumeDebugSettings | |
| { | |
| /// <summary> | |
| /// Specifies the render pipeline for this volume settings | |
| /// </summary> | |
| [] | |
| public override Type targetRenderPipeline => typeof(UniversalRenderPipeline); | |
| } | |
| } | |