-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Add hint for oneshot property & warning when it will be updated continuously by Force Continuous in AnimationMixer
#95711
Conversation
AnimationMixer
2b0e821
to
820ee1b
Compare
The title and the commit has a typo in English grammar. |
AnimationMixer
AnimationMixer
328e4f1
to
ce2fb11
Compare
ce2fb11
to
4e7b0a9
Compare
This should really be a property usage, but I think we can add just only one more usage value🤔 |
94c8c5a
to
a184982
Compare
ccb3da9
to
761a20f
Compare
For now, note that there is comment that reduz's lgtm on contributors chat. |
Thanks! |
playing
of AudioStreamPlayer3D #95684These properties should not be continually updated, so that warnings are issued when they may occur unintentionally.
Ideally, FLAG_USAGE should be used, but I fear the int value limit as flag, so I append that to HINT;
As I remember only audio and partcle bool value properties should have these, but if there are non-bool value properties in other classes that should have this, they should be in USAGE. If there is such a thing, please let me know.