public interface IWorldModelInteract
Modifier and Type | Method and Description |
---|---|
void |
beam(float x,
float y,
float rot)
Called to notify an observer about a Beaming
|
void |
moveto(float x,
float y,
float rot)
Called to notify an observer about a moving to supplied coordinate
|
void beam(float x, float y, float rot)
x
- x coordinate to beam toy
- y coordinate to beam torot
- rotation angle of the playervoid moveto(float x, float y, float rot)
x
- x coordinate to move toy
- y coordinate to move torot
- rotation angle of the player