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

Create template instance in Python bindings for Ogre.Overlay.OverlayContainer.ChildMap #3284

Closed
fegorschIGD opened this issue Feb 4, 2025 · 1 comment · Fixed by #3285
Closed
Labels
Milestone

Comments

@fegorschIGD
Copy link
Contributor

ChildMap is not usable in Python, as there is no template instance for this class. In particular this prevents usage of OverlayContainer.getChildren().

Image

For a sample on how to create a template instance see here.

One can work around this issue by storing the names of created overlays separately and getting them via OverlayContainer.getChild(name)

@paroj paroj added the SWIG label Feb 4, 2025
@paroj
Copy link
Member

paroj commented Feb 4, 2025

can you provide a pull-request for this?

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

Successfully merging a pull request may close this issue.

2 participants