List

The list is a component of the Unity Asset that creates a list as the name suggests. It doesn't control the layout of its elements. That's controlled by the Layout group 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.

Script documentation

Inspector

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

Style

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

Modules

Modules are called on these events on list items.

Input

Adds/updates appropriate scripts to add support for keypress.

Last updated

Was this helpful?