Version: 2023.1
언어: 한국어

ShaderGUI.AssignNewShaderToMaterial

매뉴얼로 전환
public void AssignNewShaderToMaterial (Material material, Shader oldShader, Shader newShader);

파라미터

material The material the newShader should be assigned to.
oldShader Previous shader.
newShader New shader to assign to the material.

설명

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.


Did you find this page useful? Please give it a rating: