Files
XRLib/Assets/Runtime Transform Gizmos/Scripts/Runtime Package Common/Shapes/Shape2DBorderDirection.cs
2025-06-19 19:24:30 +09:00

9 lines
108 B
C#

namespace RTG
{
public enum Shape2DBorderDirection
{
Inward = 0,
Outward
}
}