Expand description
Utilities for creating world space UIs in Bevy.
Structsยง
- World
Space UiPlugin - Plugin supporting world space UI.
- World
Space UiRender Target - Stores render target information for a
WorldSpaceUiSurface
. - World
Space UiRoot - 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. - World
Space UiSurface - Marks a mesh as a surface where UI will be rendered and interacted with.