Skip to content
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 activate_feed and deactivate_feed virtual bind to CameraFeed #97571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j20001970
Copy link
Contributor

Follow up of #97534

In order to implement custom CameraFeed in GDExtension, activate_feed and deactivate_feed need to be overridable by its subclasses, so that their behaviour can be reached when set_active is called.

This PR adds virtual bind for these two methods, such that they are exposed to GDExtension binding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants