Lissandra_the_Ice_Goddess.Evade.Skillshot.IsSafe C# (CSharp) Méthode

IsSafe() public méthode

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