As far as I can tell both ways of coding the transform.position method result in the same outcome. What’s the purpose of the this keyword in this case?
this.transform.position = paddlePos;
//alternative form of writing this
transform.position = paddlePos;
https://gist.github.com/in-JUST/80637e897b521a2c25a460ccc2fd2525
