반응형 KeywordEnum1 [Material property drawer(2)] KeywordEnum 사용하기 KeyWordEnum 이 drawer는 인스펙터에 팝업 형식의 메뉴 생성을 할 수 있다. 9가지의 다른 상태들을 구성할 수 있다. Properties { [KeywordEnum(Off,Red,Blue)] _Options("Options",Float) =0 } Pass { CGPROGRAM #pragma multi_compile _OPTIONS_OFF _OPTIONS_RED _OPTIONS_BLUE ... fixed4 frag (v2f i) : SV_Target { // sample the texture fixed4 col = tex2D(_MainTex, i.uv); #if _OPTIONS_OFF return col; #elif _OPTIONS_RED return col * float4(1,0,0,1); .. 2022. 3. 26. 이전 1 다음 반응형