So at 3:00 could we use an overload method like how a vector3 can take lots of different paramater setups?
Technically yes you could have multiple versions of that same function.
But since the way this works is pretty crucial to the entire game (it’s not just creating a simple object like a Vector3) it makes more sense to just decide on one approach and use just that.
2 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.