Skip to content

[Minor] Rename or hide bevy_ui::ui_node::Direction #6286

@lewiszlw

Description

@lewiszlw

I'm a new bie to game dev and writing my first 2d game with bevy.
Direction is basic component I think when developing games, but it conflicts with bevy_ui::ui_node::Direction when I want to import it, so I have to import it with mod name. I check the desc on bevy_ui::ui_node::Direction, this enum is for text direction, so is this reasonable to rename bevy_ui::ui_node::Direction to bevy_ui::ui_node::TextDirection, or may hide it in bevy::prelude::* if useless for game developers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-UIGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to use

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions