Namespace Unity.Tiny.UIControls
Classes
ButtonSystem
Updates the appearance of the button based on the pointer interaction (pointer over, pointer down, etc).
PointerInteractionSystem
Updates PointerInteraction component based on the current state and position of the pointer.
PointersActivity
PointerStateUtil
ToggleCheckedSystem
Changes the value of Toggle.isOn from true to false and from false to true every time the Toggle control is clicked.
ToggleSystem
Updates the appearance of the toggle control based on the pointer interaction (pointer over, pointer down, etc).
UIControlsCommon
UIControlsService
Util class for UI controls.
UIControlsSystem
Updates internal components related to UI controls.
UIControlsWatchersSystem
Structs
Button
Component for UI buttons.
ColorTintTransition
Applies a standard color-tint effect on controls that have a PointerInteraction component.
InactiveUIControl
Disables the UI control and resets the PointerInteraction component.
PointerID
PointerInteraction
Captures the interaction between the mouse/touch and the UI control. This component requires the RectTransform component, from the UILayout module.
PointerState
SpriteTransition
Applies standard sprite-swap effect on controls that have a PointerInteraction component.
Toggle
Component for toggle buttons.