documentation

VLLogEventsBehaviour Class Reference

The VLLogEventsBehaviour can show VisionLib events as notifications on screen and console log. More...

Inherits MonoBehaviour.

Public Types

enum  DisplayType { Notifications, Log, NotificationAndLog }
 
enum  NotificationEventType { AllEvents, FeedbackEvents }
 

Data Fields

DisplayType displayType = DisplayType.NotificationAndLog
 Display the VisionLib event as a notification on screen, as a console log or both. More...
 

Detailed Description

The VLLogEventsBehaviour can show VisionLib events as notifications on screen and console log.

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

Field Documentation

◆ displayType

DisplayType VLLogEventsBehaviour.displayType = DisplayType.NotificationAndLog

Display the VisionLib event as a notification on screen, as a console log or both.