UnityEngine.Shader.SetGlobalTextureMatrixName C# (CSharp) Метод

SetGlobalTextureMatrixName() публичный статический Метод

public static SetGlobalTextureMatrixName ( string propertyName, string matrixName ) : void
propertyName string
matrixName string
Результат void
		public static void SetGlobalTextureMatrixName(string propertyName, string matrixName){}
		public static void SetGlobalBuffer(string propertyName, ComputeBuffer buffer){}