User Tools

Site Tools


start

This is an old revision of the document!


LowoUI-UN Wiki

Summary

LowoUI-UN is an ui framework for unity base on UGUI with simple architecture, and include many useful features to speedup the progress of the development.

Framework Directory


Quick Start Guide

Learn basic necessary tips(as less as points) to use this framework at an low level. more>>

Core

The core scripts of the framework.

Tmpl

The basic holders(panels) code template include an uihandler and an uibinder script file.

Visual

All visible ui elements on the devices, include three types: Hud UI, Holder(Panel), and Components which must belong to a Holder.

  • Holder(Combined with lots of components)
    • Component
  • Hud

Util

Kinds of utils, such as:

  • UIClip: for performance optimization
  • UIDragHelper: for dragging ui freely
  • UIGameObject: the control of all ui visual elements(hud, holder and component)

Anim

Animation clips play for all ui elements include hud ui, holder(panel) and components.

Helper

  • Prefab case for the visual elements
  • code snippets for quick input
start.1498108025.txt.gz · Last modified: 2024/06/18 13:44 (external edit)