摘要: Shader "Custom/Diffuse Texture" { //在shader中的位置 Properties { //着色器的属性 _MainTex ("Base (RGB)", 2D) = "white" {}//每一条属性的定... 阅读全文