Files
com.misaki.hdrp-toon/Editor/Inspector/BoxLightAdjustmentInspector.cs
2024-11-08 18:32:46 +09:00

20 lines
413 B
C#

//namespace Unity.Toonshader.Editor
//{
//[CustomEditor(typeof(BoxLightAdjustment))]
//public class BoxLightAdjustmentInspector : UnityEditor.Editor
//{
// private void OnEnable()
// {
// var boxLightAdjustment = target as BoxLightAdjustment;
// }
// public override VisualElement CreateInspectorGUI()
// {
// var root = new VisualElement();
// return root;
// }
//}
//}