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

IsInLane() public static method

public static IsInLane ( this pos, Lane lane ) : bool
pos this
lane Lane
return bool
        public static bool IsInLane(this Vector3 pos,  Lane lane)
        {
            return pos.InWhatLane() == lane;
        }