ActionAdventureKit 1.7.3
|
base class for selectable lists of items in ugui
creates and manages ui elements based on the contents of a list
similar in concept to uitoolkit listview or wpf itemscontrol
T |
Public Member Functions | |
virtual void | Initialize (ObservableCollection< T > source) |
virtual void | DeselectEntry () |
virtual void | SelectEntry (ItemsControlEntryBase< T > entry) |
virtual void | EntrySubmitted (ItemsControlEntryBase< T > entry) |
Public Attributes | |
Transform | Parent |
ItemsControlEntryBase< T > | Prefab |
ScrollRect | ScrollRect |
UnityEvent< T > | Submitted |
UnityEvent< T > | SelectionChanged |
Properties | |
T | Selected [get] |