Modular 3D Text
  • ✉️Contact Support
  • ⭐Read me first
  • Introduction
    • ⚡Namespace
    • ⚡Assembly Definition
    • ⚡Scripting define symbol
    • 3D UI for XR
      • Internal documentation
  • Text
    • Modular 3D Text
      • Script documentation
        • UpdateText
        • MeshPostProcess
        • Internal Documentation
    • Text Updater
    • Fonts
      • Creating fonts
        • Troubleshoot
      • Letter
  • Input
    • Button/Key
      • Button Input System
      • Button Input Processor
    • Mouse/Touch
      • Raycast Selector
      • Raycast Input Processor
    • Troubleshoot
  • Modules
    • Modules
  • UI
    • List
      • Script documentation
    • Button
      • Script documentation
    • Toggle
      • Script documentation
    • Slider
      • Script documentation
        • UpdateValue
        • IncreaseValue
        • DecreaseValue
      • SliderHandle
    • Input Field
      • Script documentation
        • UpdateText
        • ContentType
    • Horizontal Selector
      • Script documentation
  • Layout System
  • Modules
  • Package Importer
  • Utility
    • UI States
    • Asset Settings
  • Version History
Powered by GitBook
On this page
  • Inspector
  • Style
  • Modules
  • Input

Was this helpful?

  1. UI

List

PreviousModulesNextScript documentation

Last updated 1 year ago

Was this helpful?

The list is a component of the that creates a list as the name suggests. It doesn't control the layout of its elements. That's controlled by the attached. List works without a layout group attached. List controls logic behind what to select, input control etc. and applies the correct state's style.

Inspector

Style

Modules

Input

Note: You can hover your mouse and check tooltips for information.

Style foldout controls the styles to be applied to child objects. Read the to understand what the states mean in the asset.

Modules are called on these events on list items.

Adds/updates appropriate scripts to add support for keypress.

Unity Asset
Script documentation
UI States section
Layout group