Class DiagnosticDelegate
Implements a DiagnosticDelegate which pipes messages to Unity's debug logger.
Namespace: USD.NET.Unity
Assembly: solution.dll
Syntax
public class DiagnosticDelegate : pxr.TfDiagnosticMgr.Delegate
Methods
Name | Description |
---|---|
IssueError(TfError) | Messages sent when an error occured in the USD API, but was not fatal. |
IssueFatalError(TfCallContext, string) | Messages sent when an unrecoverable fatal error occured in the USD API. |
IssueStatus(TfStatus) | Informational messages sent from the USD API. |
IssueWarning(TfWarning) | Warning messages sent from the USD API upon misuse or unexpected run-time conditions. |