Shader "Unity Shaders Book/Chapter7/SingleTexture" { //添加纹理属性. Properties ... fixed3 albedo = tex2D(_MainTex, i.uv).rgb * _Color.rgb;
確定! 回上一頁