• Stars
    star
    272
  • Rank 150,572 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一些Unity的UI组件和shader

导航

SimpleRoundedImage

在unity中,不使用Mask,通过修改顶点信息实现的圆角矩形图片。

文档链接:SimpleRoundedImage

CircleList

CircleList是一个通过UGUI实现的圆形列表,通过缩放、平移和层级的改变模拟一个3D的圆形列表。

文档链接:CircleList

ChunkDisappearImage

一个以矩形为单位的图片消失分解效果的实现。

文档链接:ChunkDisappearImage