Unity-NorthStar / data /Packages /com.unity.render-pipelines.universal /Editor /2D /CompositeShadowCaster2DEditor.cs
| using UnityEngine.Rendering.Universal; | |
| namespace UnityEditor.Rendering.Universal | |
| { | |
| [] | |
| internal class CompositeShadowCaster2DEditor : Editor | |
| { | |
| public override void OnInspectorGUI() | |
| { | |
| } | |
| } | |
| } | |