GetPosition() public method

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
return void
Ejemplo n.º 1
0
 public virtual void GetPosition(out int x, out int y, Atk.CoordType coordType)
 {
     componentExpert.GetPosition(out x, out y, coordType);
 }