Crate oxygengine_user_interface

Source

Modules§

component
prelude
raui
resource
system
ui_theme_asset_protocol
widget
Widget types and the core component collection

Macros§

unpack_named_slots
A helper for getting the named children out of a widget context
widget
Create a WidgetNode struct from a custom widget tree DSL

Traits§

FeedProcessContext
MessageData
Prefab
The Prefab trait is implemented for types that are able to translate to and from PrefabValue’s
PropsData

Functions§

bundle_installer
prefabs_installer
protocols_installer

Attribute Macros§

post_hooks
Allows you to execute re-usable logic after your component body
pre_hooks
An attribute macro that allows you to add hooks that will execute before your component body

Derive Macros§

MessageData
Derive macro for the [MessageData][raui_core::messenger::MessageData] trait
PropsData
Derive macro for the [PropsData][raui_core::props::PropsData] trait