Files
RaindropViewer/Assets/ThirdParty/NotchSolution/Editor/Drawers/SafeAreaEvaluationModeDrawer.cs
T

9 lines
192 B
C#

using UnityEditor;
namespace E7.NotchSolution.Editor
{
[CustomPropertyDrawer(typeof(EdgeEvaluationMode))]
internal class SafeAreaEvaluationModeDrawer : EnumButtonsDrawer
{
}
}