using System; [Serializable] public enum resolution_mode_enum { Automatic = 0, Heightmap = 1, Splatmap = 2, Tree = 3, Detailmap = 4, Object = 5, Units = 6, Custom = 7, Colormap = 8 }