Crate bevy_world_space_ui

Crate bevy_world_space_ui 

Source
Expand description

Utilities for creating world space UIs in Bevy.

Structsยง

WorldSpaceUiPlugin
Plugin supporting world space UI.
WorldSpaceUiRenderTarget
Stores render target information for a WorldSpaceUiSurface.
WorldSpaceUiRoot
Marks the root node of a UI tree that is rendered to a texture for display in world space. This automatically spawns a render camera and adds a UiTargetCamera component.
WorldSpaceUiSurface
Marks a mesh as a surface where UI will be rendered and interacted with.