panCameraStart method
void
panCameraStart(
- Vector2 to
Implementation
void panCameraStart(Vector2 to){
_from.x = to.x;
_from.y = to.y;
}
void panCameraStart(Vector2 to){
_from.x = to.x;
_from.y = to.y;
}