Unity provides a handful of builtin values for your shaders: things like current object's transformation matrices, time etc. Unity为你在编写shader是提供了少量的内置变量:类似 当前物体的变换矩阵,时间等. You just use them in ShaderLab like you'd use any other property, the only diff…