Make Air Resistance same as Get/Set Gravity
-
Air Resistance Behaviour is kind of a setter, but has no getter.
Gravity has both a getter and setter.
Please give Air Resistance both a getter and setter.
Since it's a property that's applicable to individual objects and is an over-ride, please provide both a getter and a setter for this wonderfully useful feature.
This way conditional logic can be used that finds out what the current value of air resistance is for any given object before doing its magic to change it accordingly.
-
I don't see any reason why you would need to get the air resistance. If you were to be creating a complex physics system with changes in air resistance, I would expect you would just naturally keep track of those changes.
-
@GameCRAZY Tuck your shirt in, your hubris is showing.
-
Yep I agree with GameCRAZY, I’d just set the value inside a box container to whatever you set the air resistance. It is a bit inconsistent though, I’m not sure why lots of other behaviours have Gets for them and this one doesn’t, but it’s really easy to work around.
-
@Aidan-Oxley said in Make Air Resistance same as Get/Set Gravity:
It is a bit inconsistent though, I’m not sure why lots of other behaviours have Gets for them and this one doesn’t
This is a good enough reason to fix this issue.
-
@Deeeds Yep. Just saying though, it’s not that important.
-
@Aidan-Oxley It's not that difficult, either.
-
@Deeeds Be it.