Exemple #1
0
 public static Matrix4x4 GetGlobalMatrix(string name)
 {
     return(Shader.GetGlobalMatrix(Shader.PropertyToID(name)));
 }