public void SetGlobalColor
(string name,
Colorvalue);
public void SetGlobalColor
(int nameID,
Colorvalue);
Description
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.