https://github.com/htoooth/unitydoc
about som unity resource
https://github.com/htoooth/unitydoc
Last synced: 8 months ago
JSON representation
about som unity resource
- Host: GitHub
- URL: https://github.com/htoooth/unitydoc
- Owner: htoooth
- Created: 2014-10-18T07:20:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T06:20:26.000Z (about 11 years ago)
- Last Synced: 2023-08-11T20:18:16.918Z (over 2 years ago)
- Language: C#
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 这是关于我使用unity3d中的资料
## 关于 Editor
### 自定义Editor
* [how to custom list](http://catlikecoding.com/unity/tutorials/editor/custom-list/)
* [自定义编辑器](http://unity3d.9tech.cn/news/2014/0311/40014.html)
* [Unity3D 使用 Editor 脚本,自定义 脚本的属性面板](http://www.cnblogs.com/easyfrog/p/3145212.html)
* [Star, an introduction to WYSIWYG editing](http://catlikecoding.com/unity/tutorials/editor/star/)
* [Expose properties in inspector](http://wiki.unity3d.com/index.php?title=Expose_properties_in_inspector)
* [Modifying default Inspector GUI creator](http://answers.unity3d.com/questions/181679/modifying-default-inspector-gui-creator.html)
在editor 中有一些代码,有关editor的。
## 关于 MonoBehaviour
## 关于常用的一些库
[c# 线程](http://www.albahari.com/threading/)