hellbound/Assets/Sources/unity-ui-extensions-master/Scripts/Layout/FancyScrollView/ScrollRect/Alignment.cs

12 lines
232 B
C#
Raw Permalink Normal View History

2021-11-26 11:16:25 +03:00
/// Credit setchi (https://github.com/setchi)
/// Sourced from - https://github.com/setchi/FancyScrollView
namespace UnityEngine.UI.Extensions
{
public enum Alignment
{
Head,
Center,
Tail,
}
}