study/first_study/Library/PackageCache/com.unity.render-pipelines.universal@d10049dfa479/Runtime/Debug/UniversalRenderPipelineVolumeDebugSettings.deprecated.cs
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

14 lines
550 B
C#

using System;
namespace UnityEngine.Rendering.Universal
{
public partial class UniversalRenderPipelineVolumeDebugSettings
{
/// <summary>
/// Specifies the render pipeline for this volume settings
/// </summary>
[Obsolete("This property is obsolete and kept only for not breaking user code. VolumeDebugSettings will use current pipeline when it needs to gather volume component types and paths. #from(2023.2)")]
public override Type targetRenderPipeline => typeof(UniversalRenderPipeline);
}
}