IErrorsAndWarnings
interface in
Unity.GraphToolkit.Editor
Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Description
Interface for a container that handles errors, warnings, and informational messages related to a graph or its elements.
Implement this interface to provide logging capabilities for graph-related components. Logged messages can optionally be
associated with a specific object in the graph, which enables displaying visual markers in the UI. All messages are also
forwarded to the Unity Console.
Public Methods
| Method |
Description |
| Log |
Logs an informational message.
|
| LogError |
Logs an error message.
|
| LogWarning |
Logs a warning message.
|