documentation

Visometry.VisionLib.SDK.Core.IssuesToEventsAdapter Class Reference

Provides events that send the type, log and details each time an issue from the VisionLib SDK occurred. More...

Public Member Functions

delegate void IssueAction (Issue.IssueType issueType, string issueLog, string issueDetails, MonoBehaviour caller)
 Delegate for OnIssue events.
 
void RegisterToVLIssues ()
 
void UnregisterFromVLIssues ()
 

Static Public Member Functions

static string GetIssueMessage (Issue issue)
 

Events

IssueAction OnIssue
 Event which will send the type, log and details after an issue occurred.
 

Detailed Description

Provides events that send the type, log and details each time an issue from the VisionLib SDK occurred.