Shader.GetGlobalTexture

Switch to Manual
public static Texture GetGlobalTexture (string name);
public static Texture GetGlobalTexture (int nameID);

Parameters

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

Description

Gets a global texture property for all shaders previously set using SetGlobalTexture.