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.

ShaderGUI.AssignNewShaderToMaterial

Switch to Manual
public function AssignNewShaderToMaterial(material: Material, oldShader: Shader, newShader: Shader): void;

Parameters

materialThe material the newShader should be assigned to.
oldShaderPrevious shader.
newShaderNew shader to assign to the material.

Description

This method is called when a new shader has been selected for a Material.

Can be used for setting up the new shader based on state from the previous shader. Ensure to call base.AssignNewShaderToMaterial to actually set material.shader.