资源简介
非插件,直接解压后将文件夹放入项目中,即可给对应的游戏对象添加“SoftMask”组件。
代码片段和文件信息
using UnityEngine;
using UnityEngine.EventSystems;
namespace SoftMasking.Samples {
[RequireComponent(typeof(RectTransform))]
public class Draggable : UIBehaviour IDragHandler {
RectTransform _rectTransform;
protected override void Awake() {
base.Awake();
_rectTransform = GetComponent();
}
public void ondrag(PointerEventData eventData) {
_rectTransform.anchoredPosition += eventData.delta;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-09-29 11:26 UnitySoftMask\
文件 434714 2017-07-24 01:04 UnitySoftMask\Documentation.pdf
文件 176 2017-07-24 01:04 UnitySoftMask\Documentation.pdf.me
文件 973 2017-07-24 01:04 UnitySoftMask\Icon.png
文件 1232 2017-07-24 01:04 UnitySoftMask\Icon.png.me
目录 0 2019-09-29 11:26 UnitySoftMask\Samples\
文件 193 2017-07-24 01:04 UnitySoftMask\Samples.me
目录 0 2019-09-29 11:26 UnitySoftMask\Samples\Materials\
文件 193 2017-07-24 01:04 UnitySoftMask\Samples\Materials.me
文件 1717 2017-07-24 01:04 UnitySoftMask\Samples\Materials\WaveWithSoftMask.mat
文件 181 2017-07-24 01:04 UnitySoftMask\Samples\Materials\WaveWithSoftMask.mat.me
文件 4917 2017-07-24 01:04 UnitySoftMask\Samples\Materials\WaveWithSoftMask.shader
文件 194 2017-07-24 01:04 UnitySoftMask\Samples\Materials\WaveWithSoftMask.shader.me
目录 0 2019-09-29 11:26 UnitySoftMask\Samples\Prefabs\
文件 193 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs.me
文件 2441 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\Camera.prefab
文件 181 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\Camera.prefab.me
文件 6582 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\CategoryButton.prefab
文件 181 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\CategoryButton.prefab.me
文件 38113 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\ItemButton.prefab
文件 181 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\ItemButton.prefab.me
文件 46884 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\SoftMaskMenu.prefab
文件 181 2017-07-24 01:04 UnitySoftMask\Samples\Prefabs\SoftMaskMenu.prefab.me
目录 0 2019-09-29 11:26 UnitySoftMask\Samples\sc
文件 193 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 533 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 264 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 431 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 264 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 809 2017-07-24 01:04 UnitySoftMask\Samples\sc
文件 264 2017-07-24 01:04 UnitySoftMask\Samples\sc
............此处省略36个文件信息
- 上一篇:高德地图坐标系全国县区以上行政代码及经维度.xlsx
- 下一篇:观测器.zip
相关资源
- UGUI循环滚动+滑动居中
- Unity UGUI各种UI shader效果
- UGUI ScrollView 优化重复利用
- IPMask : 用于将IP地址表示成IP/Mask的小
- UGUI 动态加载内容的 dropdown 控件
- Unity DialogUI制作模板
- 数字调制信号仿真labview程序MASK、MP
- MaskWindow.zip
- Unity UGUI中复用率最高的滚动列表,不
- psd2uGUI的AssetStore版本
- UGUI画图脚本RadarChart.unitypackage
- UGUI ScrollRect 带按钮翻页支持拖拽
- UGUI轮播功能基于DoTween
- Sprite Mask 1.4
- mask_rcnn_coco.h5模型
- Unity UGUI自定义树形菜单TreeViewGitHub配
- PageScroll.unitypackage
- mask_rcnn训练模型pb文件转pbtxt文件
- 训练mask_rcnn所用配置文件
- UGUI_JoyStick_Demo
- 批量处理labelme生成的json工具
- windows+TensorFlow+mask R-CNN
- UGUI ScrollRect 居中
- 基于FPGA的多进制数字振幅调制MASK系统
- Unity UGUI ui上显示3D模型游戏物体
- VertusTech.Fluid.Mask 3注册机
- UnitySoftMask.zip
- UGUI上下循环滚动数字(图片)
- UGUI 官方demo
- Unity UI Soft Mask - 实现Sprite精灵遮罩
评论
共有 条评论