自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Yu

  • 博客(1)
  • 资源 (4)
  • 问答 (1)
  • 收藏
  • 关注

原创 值类型和引用类型的区别

值类型和引用类型的区别 :说明 : 每一个值类型都有一个内存区域存储自己的值 . 例如 : 变量 a 的值为 20, 调用 a 时 , 其实相当于直接调用数值20 . 引用类型指的是一个内存地址 . 例如 : arr1 = [1,2,3] , arr2 = arr1 , 当 arr1 改变时 , arr2 也会跟着一起改变 , 因为它们两个指向的是同一内存地址 . 结果 : 值类型转化为引用类

2017-02-24 16:11:27 353

VS各版本AssistX免费补丁

Visual Assist X 和谐补丁,适用于VS2017,点击安装即可.

2018-10-11

Visual Assist X 适用于VS2017

Visual Assist X 和谐补丁,适用于VS2017,patch过程简单,点击安装即可.

2018-08-23

Editor Console Pro 3.94

Editor Console Pro is a powerful replacement for Unity's editor console. As seen in: Part of the 2017 Unity Mobile Essentials Pack! Using Console Pro you can: - Use a search field to filter all entries by text, file name, class, GameObject name on the fly. - Search and filter using Regular Expressions. - Create custom filter groups with their own colors, icons, and toggle buttons, instead of just the default Logs, Warnings, and Errors. - See the source code surrounding each method call in the stack, allowing you to see and jump to the code around the log. - Open your code editor to any method or line in a log's stack by clicking on it, rather than just to the Debug.Log call. - Easily see a log entry's file name, namespace, GameObject name, and class in columns. - Ignore logs you never want to see again. - Ignore custom Debug.Log classes in the stack, so double clicking never takes you to the wrong code. - Watch variables without spam using special logs that collapse even though they have different content. - Use remote logging to get logs and stacktraces off of a standalone build or a phone/tablet build. - Colorize the entire log line so you can quickly see different log types. - Use custom fonts and colors. - Copy full logs and stack traces to the clipboard with one click. - Export the entire console output to a txt file, including stack traces. - Override Unity's status bar click.

2018-01-23

Unity3D - CameraPlay插件

要求Unity 5.4.0 或更高版本。 Camera Play是Unity的扩展,允许您仅使用一行代码即可快速添加特殊的相机效果到您的C #脚本。 Camera Play是一个强大的解决方案,可以快速添加特殊效果到您的2D、2.5D和3D制作。 为您的创作带来全新的维度。快速添加下一代密钥。节省制作时间。 例如,使用一行代码,您可在脚本中快速添加子弹冲击效果,无需手动画动画。为您的相机添加一滴水,带令人印象深刻的失真效果,为您的过场动画激活黑色条纹。所有这些都可以通过Camera Play实现。 描述: - 对于Unity 5.6 x及以上 - 仅适用于C # - 30种完全可设定的效果 - 此外,血液、子弹冲击、场景效果等 - 令人印象深刻的水滴效果 - 10种夜视效果 - 10种“喝醉”的效果 - 包含源代码 - 与最新手机的出色兼容性 - 每次更新时,免费增加新效果

2017-09-22

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除