mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-31 03:22:14 +00:00
9 lines
192 B
C#
9 lines
192 B
C#
using UnityEditor;
|
|
|
|
namespace E7.NotchSolution.Editor
|
|
{
|
|
[CustomPropertyDrawer(typeof(EdgeEvaluationMode))]
|
|
internal class SafeAreaEvaluationModeDrawer : EnumButtonsDrawer
|
|
{
|
|
}
|
|
} |