-
大小: 3.21MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-11-10
- 语言: 其他
- 标签: Unity 滑动列表 ScrollView
资源简介
Unity 无限滑动列表插件,Item循环使用,优化滑动列表。
EnhancedScroller v2
代码片段和文件信息
using UnityEngine;
using UnityEngine.UI;
using EnhancedUI.EnhancedScroller;
namespace EnhancedScrollerDemos.SuperSimpleDemo
{
///
/// This is the view of our cell which handles how the cell looks.
///
public class CellView : EnhancedScrollerCellView
{
///
/// A reference to the UI Text element to display the cell data
///
public Text someTextText;
///
/// This function just takes the Demo data and displays it
///
///
public void SetData(Data data)
{
// update the UI text with the cell data
someTextText.text = data.someText;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-12-13 20:50 Demos\
目录 0 2016-12-13 20:50 Demos\01 Simple Demo\
文件 49272 2016-10-22 08:42 Demos\01 Simple Demo\01.unity
文件 294 2016-10-22 08:42 Demos\01 Simple Demo\01.unity.me
文件 767 2016-10-22 08:42 Demos\01 Simple Demo\CellView.cs
文件 382 2016-10-22 08:42 Demos\01 Simple Demo\CellView.cs.me
文件 11808 2016-10-22 08:42 Demos\01 Simple Demo\CellView.prefab
文件 299 2016-10-22 08:42 Demos\01 Simple Demo\CellView.prefab.me
文件 224 2016-10-22 08:42 Demos\01 Simple Demo\Data.cs
文件 382 2016-10-22 08:42 Demos\01 Simple Demo\Data.cs.me
文件 6478 2016-10-22 08:42 Demos\01 Simple Demo\SimpleDemo.cs
文件 382 2016-10-22 08:42 Demos\01 Simple Demo\SimpleDemo.cs.me
文件 311 2016-10-22 08:42 Demos\01 Simple Demo.me
目录 0 2016-12-13 20:50 Demos\02 Multiple Cell Types\
文件 46032 2016-10-22 08:42 Demos\02 Multiple Cell Types\02.unity
文件 294 2016-10-22 08:42 Demos\02 Multiple Cell Types\02.unity.me
文件 866 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellView.cs
文件 382 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellView.cs.me
文件 410 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewFooter.cs
文件 382 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewFooter.cs.me
文件 8404 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewFooter.prefab
文件 299 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewFooter.prefab.me
文件 1451 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewHeader.cs
文件 382 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewHeader.cs.me
文件 11572 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewHeader.prefab
文件 299 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewHeader.prefab.me
文件 1921 2016-10-22 11:47 Demos\02 Multiple Cell Types\CellViewRow.cs
文件 382 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewRow.cs.me
文件 21340 2016-10-22 11:48 Demos\02 Multiple Cell Types\CellViewRow.prefab
文件 299 2016-10-22 08:42 Demos\02 Multiple Cell Types\CellViewRow.prefab.me
文件 1392 2016-10-22 08:42 Demos\02 Multiple Cell Types\Data.cs
............此处省略249个文件信息
相关资源
- I2 Localization unity 国际化插件
- unity3D网络五子棋
- Unity3D海面效果不错的学习资料
- Highlighting System 高亮插件.unitypackage
- unityWebgl文件选择.unitypackage
- Unity3D Glow Effect 自发光 颜色溢出效果
- Unity studio
- Unity AI Behavior Designe_1.6 官网最新版本
- Unity3d雨水特效资源包
- Unity3D画笔 涂鸦 签字
- Book Page Curl Pro.unitypackage
- unity 魔法效果闪电粒子包
- Cinemachine.rar
- Unity环境镜面效果
- Behavior Designer 1.6.4.zip
- CIS_Docker_Community_Edition_Benchmark_v1.1.0.
- HorizontalScrollViewfragment自动翻页功能(
- unity语音识别Word Detection
- Unity3D掷筛子游戏源码
- Unity3d_动态改变按键设置
- Unity3d_项目_足球Game
- Unity 最新T4M地形插件,适用于5.6以上
- unity绳子插件
- Asset Studio v0.12.44
- SlidingMenu源码展示
- Unity3D小DEMO源码
- unity3d基础讲解 ppt
- 基于Unity2017.3.0f3的音乐节拍demo
- PlayMaker_中文手册
- Unity海底气泡效果
评论
共有 条评论