Lissandra_the_Ice_Goddess.Evade.Skillshot.IsSafe C# (CSharp) 메소드

IsSafe() 공개 메소드

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