Vector3 Velocity { get; set; }

Summary

Our actual physical velocity minus our ground velocity
trophy 75
Jul 2023 1 post
Why does it say that PlayerController.Velocity is {get; set;} when it is read only when doing code stuff?
trophy 2375
Apr 2021 59 posts
It's a private setter, we just don't specify that in our document gen it seems.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.