BoxPositionState.cs 250 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 namespace AirFishLab.ScrollingList.ListStateProcessing { /// <summary> /// The state of the box transform position /// </summary> public enum BoxPositionState { Nothing, JumpToTop, JumpToBottom, } }