GithubHelp home page GithubHelp logo

guolinlee / unitydynamicscrollview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aillieo/unitydynamicscrollview

0.0 1.0 0.0 4.78 MB

Dynamic scrollView based on UGUI

License: MIT License

C# 100.00%

unitydynamicscrollview's Introduction

基于UGUI的动态滚动列表,主要支持以下功能:

  1. 继承自UGUI的SrollRect,支持ScrollRect的所有功能;
  2. 使用对象池来管理列表元素,以实现列表元素的复用;
  3. 支持一行多个元素或一列多个元素;
  4. 可使用不同尺寸的列表元素;
  5. 列表数据变化后动态刷新列表元素;

用法详见工程中附带的示例,场景Scene及脚本TestScript

test.gif


A DynamicScrollView component based on UGUI that has the following features:

  1. Extented from SrollRect(UGUI class), so it has features ScrollRect has;
  2. Scroll items are managed by an object pool so they can be recycled and reused;
  3. More than one items in one row (or column) is supported;
  4. Items can have different sizes;
  5. Items can be updated when scrollview data change;

For more details please run Scene or view TestScript.

unitydynamicscrollview's People

Contributors

aillieo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.