Method FindAllProperties
FindAllProperties(ModularShader)
Find all properties declared by the shader and its current modules
Declaration
public static List<Property> FindAllProperties(ModularShader shader)
Parameters
| Type | Name | Description |
|---|---|---|
| ModularShader | shader | Modular shader to check |
Returns
| Type | Description |
|---|---|
| List<Property> | A list of Property contained in this shader |