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

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

j20001970
Copy link
Contributor

@j20001970 j20001970 commented Sep 28, 2024

Follow up of #97534

In order to implement custom CameraFeed in GDExtension, activate_feed and deactivate_feed need to be override-able 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.

@j20001970 j20001970 requested review from a team as code owners September 28, 2024 05:38
@AThousandShips AThousandShips added this to the 4.x milestone Sep 28, 2024
@j20001970 j20001970 mentioned this pull request Oct 14, 2024
14 tasks
@j20001970 j20001970 force-pushed the camerafeed-virtual branch 4 times, most recently from b23e1d1 to 9fd373d Compare December 15, 2024 11:40
@akien-mga akien-mga modified the milestones: 4.x, 4.4 Dec 17, 2024
@akien-mga akien-mga merged commit d0a0f58 into godotengine:master Dec 17, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@j20001970 j20001970 deleted the camerafeed-virtual branch December 18, 2024 01:28
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.

4 participants