public static Matrix4x4 GetGlobalMatrix (string name);
public static Matrix4x4 GetGlobalMatrix (int nameID);

파라미터

nameIDThe name ID of the property retrieved by Shader.PropertyToID.
nameThe name of the property.

설명

Gets a global matrix property for all shaders previously set using SetGlobalMatrix.