Method FindAllFunctions
FindAllFunctions(ModularShader)
Find all functions declared by all the modules inside a specified shader
Declaration
public static List<ShaderFunction> FindAllFunctions(ModularShader shader)
Parameters
| Type | Name | Description |
|---|---|---|
| ModularShader | shader | Modular shader to check |
Returns
| Type | Description |
|---|---|
| List<ShaderFunction> | A list of ShaderFunction inside this shader |