Shader.GetGlobalMatrix

Cambiar al Manual
public static Matrix4x4 GetGlobalMatrix (string name);
public static Matrix4x4 GetGlobalMatrix (int nameID);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Descripción

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