Vector2
Function | Description |
---|---|
| This function creates a new Vector2 object with the specified X and Y coordinates and returns it. It requires two arguments. |
| This function splits a Vector2 object into its X and Y components and returns them as separate outputs. |
Last updated