Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
/ UnityUIKits Public archive
forked from vizv/TaiwuTools

Unity UI 工具集(开发中)

License

Notifications You must be signed in to change notification settings

Yan-Zero/UnityUIKits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sponsorship

WeChat

avatar

TaiwuTools

English | 中文


Introduction

  • 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.

ManagedGameObject

Unity UI Kit

  • 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.

Taiwu UI Kit

  • Need to complete description.

About

Unity UI 工具集(开发中)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%