123 ba9cb05662 最新 1 рік тому
..
Editor 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Editor.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Example.cs 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Example.cs.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Example.unity 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Example.unity.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Readme.txt 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
Readme.txt.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewControl.cs 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewControl.cs.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewHoverSkin.guiskin 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewHoverSkin.guiskin.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewItem.cs 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewItem.cs.bak 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewItem.cs.bak.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewItem.cs.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewSelectedSkin.guiskin 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewSelectedSkin.guiskin.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewUnselectedSkin.guiskin 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
TreeViewUnselectedSkin.guiskin.meta 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
blank.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
blank.png.meta ba9cb05662 最新 1 рік тому
guide.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
guide.png.meta ba9cb05662 最新 1 рік тому
last_sibling_collapsed.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
last_sibling_collapsed.png.meta ba9cb05662 最新 1 рік тому
last_sibling_expanded.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
last_sibling_expanded.png.meta ba9cb05662 最新 1 рік тому
last_sibling_nochild.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
last_sibling_nochild.png.meta ba9cb05662 最新 1 рік тому
middle_sibling_collapsed.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
middle_sibling_collapsed.png.meta ba9cb05662 最新 1 рік тому
middle_sibling_expanded.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
middle_sibling_expanded.png.meta ba9cb05662 最新 1 рік тому
middle_sibling_nochild.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
middle_sibling_nochild.png.meta ba9cb05662 最新 1 рік тому
normal_checked.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
normal_checked.png.meta ba9cb05662 最新 1 рік тому
normal_unchecked.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
normal_unchecked.png.meta ba9cb05662 最新 1 рік тому
selected_background_color.png 22bb8da770 添加 .gitignore 和 .gitattributes。 1 рік тому
selected_background_color.png.meta ba9cb05662 最新 1 рік тому

Readme.txt

TreeViewControl from TAGENIGMA.COM
--------------------------------


Audience
--------

Package contents are targeted towards anyone looking for a Unity TreeView control.


Compatibility
-------------

This project was created in Unity 3.3.


How do I add a TreeView Control?
--------------------------------

Unity lacks a built-in TreeView control so I've created a skinable control for those bleeding for one.

You can manipulate the tree view in code or by using the TreeView inspector tool.


To add a TreeView control select an existing game object and use the Menu (TreeView) and select the menu

item (Add Tree View to Selected). With the inspector, you can add items with the IDE and move them around.


You can manually drop the TreeViewControl.cs script onto an existing GameObject.


You can also drag and drop the Example.cs script on to your TreeView control. The example programatically

adds items to the tree view control.


TreeViewItems can be added via the TreeViewControl.Items property, through the TreeViewControl.RootItem,

or by using the TreeViewItem.AddItem method.


I hope you find this control a real time saver. You can send comments/questions to tim@tagenigma.com and please
rate this package.