Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CommandBuffer.SetGlobalColor

Switch to Manual
public function SetGlobalColor(name: string, value: Color): void;
public function SetGlobalColor(nameID: int, value: Color): void;

Parameters

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.