博客
关于我
UGUIImage透明渐变
阅读量:95 次
发布时间:2019-02-26

本文共 935 字,大约阅读时间需要 3 分钟。

Unlit ImageAlpha Shader?C#??????

?????????Unlit ImageAlpha shader?C#???????UI???????

??Unlit ImageAlpha Shader??

Unlit ImageAlpha shader?????????????????????????????

  • _AlphaLX?????X?
  • _AlphaRX?????X???
  • _AlphaTY?????Y?
  • _AlphaBY?????Y???
  • _AlphaPower?????????
  • ???????????????????????????????

    ??C#??????

    C#???????????????????????

    using UnityEngine;using UnityEngine.UI;

    public class NewBehaviourScript : MonoBehaviour{public float A = 0;public Material _Material;

    void Start() {    _Material = GetComponent().material;}void Update() {    if (transform.localPosition.y > 0)     {        _Material.SetFloat("_AlphaRX", (50 - transform.localPosition.y) / 50);    }}

    }

    ????????????Y????????Material?Alpha????????????????

    ???????????

    ????????????????????????

  • ???????????
  • HUD????????
  • ??????????????????UI??
  • ????????

  • ??Material?Script?????
  • ?????Material?????????
  • ????????C# Script?????????
  • ?????????Alpha???????
  • ????????????????????????????????????

    转载地址:http://qokz.baihongyu.com/

    你可能感兴趣的文章
    python Path模块的使用 glob iglob name
    查看>>
    python pickle 模块的使用
    查看>>
    Python PIL/Pillow-Pad图像至所需大小(例如,A4)
    查看>>
    python PIL模框使用
    查看>>
    Python ping 模块
    查看>>
    Python Pingouin:搞定各种假设检验和统计模型 !
    查看>>
    Python pip 国内镜像大全及使用办法
    查看>>
    Python输入输出练习,运算练习,turtle初步练习
    查看>>
    Python pip工具使用
    查看>>
    Python pip配置国内源
    查看>>
    Python Plotly 将轴数格式化为 %
    查看>>
    Redis 键值过期操作
    查看>>
    python predictabel_基于R语言PredictABEL包对Logistic回归模型外部验证
    查看>>
    Python psycopg2 超时
    查看>>
    Python Pyinstaller Matplotlibrary
    查看>>
    Python Pypi 修改 国内源(以豆瓣源为例)
    查看>>
    Python PyQt5 将不再显示此消息复选框添加到 QMessageBox
    查看>>
    Python PyQt5:如何使用 PyQt5 显示错误消息
    查看>>
    Python PYSFTP-以字符串/文本形式传递私钥,而不是传递文件路径
    查看>>
    Python pytest 面试题!
    查看>>