public void SetGlobalColor (string name, Color value);
public void SetGlobalColor (int nameID, Color value);

Descripción

Add a "set global shader color property" command.

When the command buffer will be executed, a global shader color property will be set at this point. The effect is as if Shader.SetGlobalColor was called.