05 2023 档案
Unity Shader Toggle KeywordEnum Enum 使用
摘要:Shader "Unlit/Custom/Shader05" { Properties { _MainTex("MainTex",2D) = "white"{} [Toggle] _INVERT ("Invert color?", Float) = 0 // _INVERT 必须是大写的 _Inve 阅读全文
posted @ 2023-05-09 15:09 1039781968 阅读(652) 评论(2) 推荐(0)