Shader.GetGlobalTexture

Cambiar al Manual
public static Texture GetGlobalTexture (string name);
public static Texture GetGlobalTexture (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 texture property for all shaders previously set using SetGlobalTexture.