Method FindAllModules
FindAllModules(ModularShader)
Find all modules inside a specified shader.
Declaration
public static List<ShaderModule> FindAllModules(ModularShader shader)
Parameters
Type | Name | Description |
---|---|---|
ModularShader | shader | Modular shader to check |
Returns
Type | Description |
---|---|
List<ShaderModule> | A list of ShaderModule inside this shader |