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... | |
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
VLEventsNotification.LogDisplay VLLogEventsBehaviour.displayLog = VLEventsNotification.LogDisplay.Screen |
Display the event log on screen, in console or both.
VLEventsNotification VLLogEventsBehaviour.eventsNotification |
Reference to the VLEventsNotification prefab in your custom canvas. If null, it will be instantiated automatically at runtime.