cg小白兔 发表于 3 天前

【更新】UGUI Super TreeView 1.2.6 树状视图UI界面工具
















SuperTreeView is a Unity UI control, it can be used to implement a tree control to show hierarchical data.

Features:
- Support 3 animation effects of TreeView expanding or collapsing: Immediate, Scale and Clip.
(It can expand items immediately, or expand items by modifing speed , or modifing lasting time.)
- Support item padding .
( It's easy to change the vertical distance between each item.)
- Support item indent.
( It's easy to change the horizontal indent of each child item relative to its parent. )
- Support expanding or collapsing all items at once.
- Support expanding or collapsing the selected item.
- Support easy to add or delete item.
- Support item inserted before or after the selected item.
- Use pool to cache items and don't destroy items at runtime.
- Platform-independent and full C# source code provided.
- Easy to use and understand.


SuperTreeView是一个Unity UI控件,它可以用来实现树控件来显示分层数据。

特征:
-支持TreeView展开或折叠的3种动画效果:即时、缩放和剪辑。
(可以立即展开项目,也可以通过修改速度或修改持续时间来展开项目。)
-支持物品填充。
(很容易改变每个项目之间的垂直距离。)
-支持项目缩进。
(很容易更改每个子项相对于其父项的水平缩进。)
-支持一次展开或折叠所有项目。
-支持展开或折叠所选项目。
-支持轻松添加或删除项目。
-在所选项目之前或之后插入支持项目。
-使用池缓存项目,在运行时不要销毁项目。
-提供独立于平台的完整C#源代码。
-易于使用和理解。





页: [1]
查看完整版本: 【更新】UGUI Super TreeView 1.2.6 树状视图UI界面工具