본문 바로가기
Shader

Unity shader 메뉴 숨기기 (Hide Properties in inspector)

by 대마왕J 2014. 5. 19.

Properties {
        _Diffuse ("Diffuse", 2D) = "white" {}
        _Normal ("Normal", 2D) = "bump" {}
        [HideInInspector]_Cutoff ("Alpha cutoff", Range(0,1)) = 0.5
    }

 

 

[HideInInspector] 라고 앞에 쓰면 숨겨진다.

반응형

댓글