updatePositionStart method
void
updatePositionStart(
- Vector2 to
Implementation
void updatePositionStart(Vector2 to){
from.x = to.x;
from.y = to.y;
}
void updatePositionStart(Vector2 to){
from.x = to.x;
from.y = to.y;
}