Unity Shader中各部分定義內容詳解

Unity Shader中各部分定義內容詳解 樣板 Shader "Practice/Unlit/SimpleUnlit" { Properties { _MainTex ("Texture", 2D) = "white" {} _Num ("Float", float) = 0 _RangeNum ("Range Number", Range(0, 1)) = 0 } Sub
相關文章
相關標籤/搜索