Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.66 KB

README.en.md

File metadata and controls

44 lines (31 loc) · 1.66 KB

UI

🌏 한국어

🚩 Table of Contents

Overview

Provide components to use Unity UI more efficiently

Installation

  1. Install Game Package Manger
  2. Run : Unity Menu > Tools > GPM > Manager
  3. Service installation : UI

Specification

Unity Support Version

  • 2019.4.0 or higher

NameSpace

using Gpm.UI;

Components

Component Description
Infinite Scroll Scroll Rect (Scroll View) creates items to fit in content and allows them to be reusable.
Tab Control The TabControl component controls Tab and TabPage, which are frequently used in UI.
Multi Layout The multi-layout component configures RectTransform data of UI component into many layouts so as to deal with resolution or orientation.
DraggableRect This component allows you to drag UI.
ContentSizeSetter This component sets the size of other UI content.
WrapLayoutGroup A component that aligns child elements vertically or horizontally within the UI rectangle (RectTanform).
WebCacheImage This is a component that caches and displays web images using URLs.