using System; [Serializable] public enum distance_mode_enum { Radius = 0, Square = 1 }