documentation

VLLogEventsBehaviour Class Reference

The VLLogEventsBehaviour logs VisionLib events to console or scene UI. More...

Inherits MonoBehaviour.

Public Types

enum  NotificationEventType { NotificationEventType.AllEvents, NotificationEventType.FeedbackEvents }
 
enum  LogDisplay { LogDisplay.Screen, LogDisplay.Console, LogDisplay.ScreenAndConsole }
 

Data Fields

LogDisplay displayLog = LogDisplay.Screen
 Display the event log on screen, in console or both. More...
 

Detailed Description

The VLLogEventsBehaviour logs VisionLib events to console or scene UI.

Find a detailed documentation to VisionLib events under: VisionLib Tracking Events

Member Enumeration Documentation

◆ LogDisplay

Enumerator
Screen 
Console 
ScreenAndConsole 

◆ NotificationEventType

Enumerator
AllEvents 
FeedbackEvents 

Field Documentation

◆ displayLog

LogDisplay VLLogEventsBehaviour.displayLog = LogDisplay.Screen

Display the event log on screen, in console or both.