Module bevy_internal::ui::ui_material
source · Structs
Traits
- Materials are used alongside
UiMaterialPlugin
andMaterialNodeBundle
to spawn entities that are rendered with a specificUiMaterial
type. They serve as an easy to use high level way to renderNode
entities with custom shader logic.