documentation

VLLogEventsBehaviour Class Reference

The VLLogEventsBehaviour initializes the VLEventsNotification which logs VisionLib events to console or scene UI. More...

Inherits MonoBehaviour.

Data Fields

VLEventsNotification.LogDisplay displayLog = VLEventsNotification.LogDisplay.Screen
 Display the event log on screen, in console or both. More...
 
VLEventsNotification eventsNotification
 Reference to the VLEventsNotification prefab in your custom canvas. If null, it will be instantiated automatically at runtime. More...
 

Detailed Description

The VLLogEventsBehaviour initializes the VLEventsNotification which logs VisionLib events to console or scene UI.

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

Field Documentation

◆ displayLog

VLEventsNotification.LogDisplay VLLogEventsBehaviour.displayLog = VLEventsNotification.LogDisplay.Screen

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

◆ eventsNotification

VLEventsNotification VLLogEventsBehaviour.eventsNotification

Reference to the VLEventsNotification prefab in your custom canvas. If null, it will be instantiated automatically at runtime.