CameraBuddy.Spectate.Data.Lanes.IsInMidLane C# (CSharp) Method

IsInMidLane() public static method

public static IsInMidLane ( this pos ) : bool
pos this
return bool
        public static bool IsInMidLane(this Vector3 pos)
        {
            return MidLane.IsVisible(pos.ToPointF());
        }
        public static bool IsInTopLane(this Vector3 pos)