Skip to content

kodai100/Unity_ReorderableList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reorderable List GUI for Unity (uGUI)

thumbnail

Base classes

  • ReorderableList : abstraction of reorderable list
  • ReorderableListComponent : abstraction of reorderable list component

These classes must be implemented with your concrete one.

ReorderableList instantiates ReorderableListComponents, so ReorderableList requres ReorderableListComponent prefab.

Implementation

when you use reorderable list feature, some steps will be needed.

Define your data model

see SampleData.cs

Implement your ReorderableList

see SampleList.cs

list

Implement your ReorderableListComponent and make a Prefab

see SampleListComponent.cs and SampleListComponent.prefab

component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages