lib.pixi.List

Using the List class, any PIXI elements (PIXI.DisplayObject) can be included in a scrollable list.

JavaScript API

Let's look at some list examples:


What you should see: Three lists, one horizontal and two vertical.

List in a Scatter

A PixiJS UI List is displayed inside a ScatterObject.

What you should see: A ScatterObject with a list in it.