documentation

VLDebugImageBehaviour Class Reference

The VLDebugImageBehaviour can be used to visualize debug images using the Unity GUI system. More...

Inherits MonoBehaviour.

Public Member Functions

void ShowDebugImage (bool show)
 
void ToggleDebugImageVisibility ()
 Turns the debug image on or off Triggered with voice command More...
 

Data Fields

GameObject imageObject
 Target object with the RawImage component for displaying the debug image. More...
 

Detailed Description

The VLDebugImageBehaviour can be used to visualize debug images using the Unity GUI system.

Please use the VLDebugImage prefab. It will ensure the correct object hierarchy.

Member Function Documentation

◆ ToggleDebugImageVisibility()

void VLDebugImageBehaviour.ToggleDebugImageVisibility ( )
inline

Turns the debug image on or off Triggered with voice command

Field Documentation

◆ imageObject

GameObject VLDebugImageBehaviour.imageObject

Target object with the RawImage component for displaying the debug image.