SubShader { [Tags] [CommonState] Passdef [Passdef ...] }
示例
SubShader { Pass { Lighting Off // 关闭灯光 SetTexture [_MainTex] { } } }
🔚