English | 中文
- The Scroll Of Taiwu is a independent game developed by Conch Ship.
- This project isn't official mod, and source code and the released program do not contain any game asset files.Do not distribute the game resource files or source code generated by the kits, otherwise the user must bear the legal liability.
-
Core
-
BoxElementGameObject
Use LayoutElement.
Can auto resize itself by parameters. -
BoxSizeFitterGameObject
Use ContentSizeFitter.
Can resize parent to fit children. -
BoxGroupGameObject
Use LayoutGroup.
It support Horizontal and Vertical.
Can auto sort and resize children. -
BoxGirdGameObject
- Based on BoxSizeFitterGameObject
Use GridLayoutGroup.
But it can automatically adapt children's width to parent. -
BoxModelGameObject
- Based on BoxElementGameObject and BoxGroupGameObject
-
BoxAutoSizeModelGameObject
- Based on BoxSizeFitterGameObject and BoxGroupGameObject
-
-
Non-core
They are only base class.
(Mean that a large part of them aren't used easily.)-
Label
Text of Unity.
- Need to complete description.
-
Slider
Slider of Unity.
- Need to complete description.
-
Base Toggle Button
DON NOT USE THIS!
A common base class for Toggle and Button.-
Toggle
It is base class of Toggle.
(But it can work.) -
Toggle Group
Container, but just expect Toggles in it.
All children (of course, they are Toggles) will bind to their parent.
-
Button
It is base class of Button.
(But it can work.) -
-
Container
It is BoxModelGameObject but it has background.
-
Need to complete description.
-
Container.Canvas
Add Canvas UGUI.
- Need to complete description.
-
Container.Scroll
List View.
- Need to complete description.
-
Container.GridContainer
Container but use BoxGrid.
-
Container.FitterContainer
Container but use BoxAutoSizeModelGameObject.
- Need to complete description.
-
-
Block
It is BoxElementGameObject but it has background.
- Need to complete description.
-
- Need to complete description.