Method RemoveShaderFromProject
RemoveShaderFromProject(string)
Removes a shader with the given name from the preloaded assets of the project.
Declaration
public static void RemoveShaderFromProject(string shaderName)
Parameters
Type | Name | Description |
---|---|---|
string | shaderName | The name of a shader to remove from the project. |
Exceptions
Type | Condition |
---|---|
BuildFailedException | Thrown if a shader with the given name cannot be found. |