using System; [Serializable] public enum distance_level_enum { This = 0, Layer = 1, LayerLevel = 2, Global = 3 }