Unityシェーダーをボチボチ(2)

Half Lambert vs. Toon Shader / Whitfield-In-World pongeponge.hatenablog.jp 前の続き。 Properties色々 シェーダーのプロパティをザラッと書いた。 Properties { [Header(Slider and Number)] _Slider("Slider sample", Range(-5, 5)) = 1 _Float("Float sample", Float) = 0 _Int("Int sample", Int) = 0 [Header(Col…