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

[Merged by Bors] - Rename CameraUi #5234

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2022

  1. Rename CameraUi

    In bevy 0.7, `CameraUi` was a component specifically added to cameras
    that display the UI. Since camera-driven rendering was merged, it
    actually does the opposite! This will make it difficult for current
    users to adapt to 0.8.
    
    To avoid unnecessary confusion, we rename `CameraUi` into
    `UiCameraConfig`.
    nicopap committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    11d59a1 View commit details
    Browse the repository at this point in the history