using System; [Serializable] public enum raycast_mode_enum { Hit = 0, Height = 1 }