unity shader 透明剔除

Shader "TransparentCutoff" { Properties{ _MainTex("Base (RGB)", 2D) = "white" {} _Cutoff("Cutoff Value",Range(0.01,1)) = 0.5 } SubShader{ Tags { "RenderType" = "Opaque" } LOD 200 CGPR
相關文章
相關標籤/搜索