using System; [Serializable] public enum layer_output_enum { heightmap = 0, color = 1, splat = 2, tree = 3, grass = 4, @object = 5 }