Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

CommandBuffer.SetGlobalMatrix

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

Parameters

Description

Add a "set global shader matrix property" command.

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