Override.GetAllShaders
 
 
 

Override.GetAllShaders

Introduced

v7.0

Description

Returns all shaders nested under the override, even the ones that are not connected. If no shaders are found, this method returns an empty collection.

C# Syntax

ShaderCollection Override.GetAllShaders();

Scripting Syntax

oReturn = Override.GetAllShaders();

Return Value

ShaderCollection

See Also

Light.GetShaderInputType Camera.GetAllShaders Material.GetAllShaders Shader.GetAllShaders