public static void SetCustomShader (Rendering.BuiltinShaderType type, Shader shader);

Parámetros

typeBuilt-in shader type to set custom shader to.
shaderThe shader to use.

Descripción

Set custom shader to use instead of a built-in shader.

This is only used when built-in shader is set to BuiltinShaderMode.UseCustom mode; see SetShaderMode.

See Also: GetCustomShader, SetShaderMode, Graphics Settings.