//unity内置函数:ComputeScreenPos v2f vert (appdata v) { v2f o; o.vertex = UnityObjectToClipPos(v.vertex); //float ux = o.vertex.x*0.5 + ...
確定! 回上一頁