Utilities that provide error handling for rendering.
Checks for errors in the Particle System Renderers using the specified material.
Param | Description |
---|---|
material | Material specified for the Particle System Renderers. |
Returns true if an error has occurred.
if (RendererErrorHandler.CheckErrorWithMaterial(material))
Debug.Log("Errors");
else
Debug.Log("No Errors");
Corrects errors in the Particle System Renderers using the specified material.
Param | Description |
---|---|
material | Material specified for the Particle System Renderers. |
Ignored if the material is not specified in the Particle System Renderers.