Shader.GetGlobalVector

Switch to Manual
public static Vector4 GetGlobalVector (string name);
public static Vector4 GetGlobalVector (int nameID);

Parameters

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

Description

Gets a global vector property for all shaders previously set using SetGlobalVector.