Lissandra_the_Ice_Goddess.Evade.Skillshot.IsSafe C# (CSharp) Method

IsSafe() public method

public IsSafe ( System.Vector2 point ) : bool
point System.Vector2
return bool
        public bool IsSafe(Vector2 point)
        {
            return Polygon.IsOutside(point);
        }