Enum Paging Attribute

Draws an enum selector in the inspector with next and previous buttons to let you cycle through the available values for the enum property.

[EnumPaging] public SomeEnum SomeEnumField; public enum SomeEnum { A, B, C }