Add signals to Camera nodes triggered when they gain or lose "current" status #9089
mrkdji
started this conversation in
Engine Core
Replies: 1 comment 8 replies
-
When does camera switching happen automatically? If it's controlled by code you can just signal when you change it, no need for a signal, signals are meant for things that happen outside of your control I'd instead suggest a notification, internally |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a point & click game with multiple cameras and it would have been convenient to have something like current_status_changed(value) to activate / deactivate input processing.
Beta Was this translation helpful? Give feedback.
All reactions