-
大小: 3.21MB文件类型: .zip金币: 2下载: 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个文件信息
相关资源
- Unity3D登录界面工程
- unity3d反编译工具
-
UnityWebPla
yer及UnityWebPla yerFull -
UnityWebPla
yerFull - unity4.0官方正式版
- Behavior Designer 1.6.3(u2018.3.0).unitypa
- Unity纪念碑谷.rar
- A Pathfinding Project Pro v4.2.2.rar
- Unity 声音播放插件,支持将字符串转
- Gaia 1.7.2
- Unity3d实现扭动挤压浏览效果
- UnityShader卷轴效果
- 爱酱(绊爱Kizuna)模型
- 遗传算法越野小车unity5.5
- unity 3D 百度语音合成 并播放
- unity案例入门坦克大战源码
- Graph And Chart 1.91.unitypackage
- Animated Steel Coaster 1.51.rar
- Unity3D游戏开发.pdf 宣雨松著完整高清
- Unity3D版水果忍者
- unity3d爆炸特效包
- unity3d_见缝插针源码及报告.zip
- Unity3d车库场景模型
- unity3d 警察动画模型
- unity20多种烟雾以及爆炸特效
- unity博物馆.zip
- burpsuite_community社区版x86系统
- unity3D 新手引导遮罩,支持圆形和矩形
- 兼容unity的System.Drawing.dll
- unity3d枪支武器包FPS第一人称射击游戏
评论
共有 条评论