Contains() 공개 메소드

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
리턴 bool
예제 #1
0
 public virtual bool Contains(int x, int y, Atk.CoordType coordType)
 {
     return(componentExpert.Contains(x, y, coordType));
 }