Contains() public method

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
return bool
コード例 #1
0
 public virtual bool Contains(int x, int y, Atk.CoordType coordType)
 {
     return(componentExpert.Contains(x, y, coordType));
 }