SetPosition() public method

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