-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
object.constraints #584
Comments
Good idea, but doesn't |
@youle31, @DCubix, @lordloki : Do you agree with the following API proposed by BPR:
I lean this proposition instead of something like Also what to do with |
Vehicle Wrapper is just a bunch of constraints put together, isn't it? |
@Nemescraft : Internally Vehicle Wrapper isn't a constraint, for bullet it's an |
[idea]
KX_GameObject.constraints
store a list of all active constraints in the game object that are affecting the game object
ie:vehicle wrapper or rigid body joint etc.
also
KX_GameObject.endConstraints()
could be handy*
The text was updated successfully, but these errors were encountered: