Category:Components:UIX:Interaction: Difference between revisions

Category page
Added descriptions to this category.
Added a few more descriptions.
Line 11: Line 11:
|ModalOverlayManager|| Manages popup modals for the user to interact with.
|ModalOverlayManager|| Manages popup modals for the user to interact with.
|ProgressBar|| An indicator for the user of a percentage of something graphically.
|ProgressBar|| An indicator for the user of a percentage of something graphically.
|RadiantModalOverlay||
|RadiantModalOverlay|| A popup radial modal for the user to interact with.
|ReferenceGrabReceiver||
|ReferenceGrabReceiver|| Allows a user to drop a reference into [[UIX]] elements, setting references this way.
|ReferenceProxySource||
|ReferenceProxySource||
|ReferenceRadio|T|
|ReferenceRadio|T|

Revision as of 11:37, 27 July 2024

These components control how a UIX system receives input from users.

Components
Component Description
Button A pressable button for this UIX.
Checkbox A toggleable checkbox for this UIX.
Expander A component that toggles a slot section to become active, expanding it.
HoverArea A component that responds to a user's hovering interaction on this UIX.
HoverDynamicValueSet A component that responds to a user's hovering interaction on this UIX and sets a value dynamically.
InteractionBlock Blocks UIX interaction events.
ModalOverlay A popup modal for the user to interact with.
ModalOverlayManager Manages popup modals for the user to interact with.
ProgressBar An indicator for the user of a percentage of something graphically.
RadiantModalOverlay A popup radial modal for the user to interact with.
ReferenceGrabReceiver Allows a user to drop a reference into UIX elements, setting references this way.
ReferenceProxySource
ReferenceRadio<T>
ScrollRect
Slider<T>
TextField A text field you can type into.
ValueRadio<T>