Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.42 KB

File metadata and controls

33 lines (23 loc) · 1.42 KB

UI module

Reusable UI helpers: pages, buttons, animations, toggles, and presentation. Scripts in Scripts/UI/. Full per-component docs are in Russian.

Scene loading, Quit/Restart/Pause, and progress UI live in the Level module: use SceneFlowController.

Entry pages

Page Description
UI Page manager, switching modes, and events
Russian UI docs Full Russian per-component documentation

Typical use cases

  • Button press feedback and simple UI animation (ButtonScale, ButtonShake)
  • Page/state transitions (UI, ButtonChangePage)
  • Toggle-style state visualization (VisualToggle, VariantView)
  • Text and value presentation (see Tools/Text)

Russian docs (per-component)

Page Description
UI README Overview
UI, AnchorMove, ButtonScale, ButtonShake Core UI
VisualToggle, VariantView, AnimationFly Toggles and animation
PausePage, FakeLoad UI flow helpers

See also